Skip to content

Commit 964b428

Browse files
authored
Update draft status and aliases in _index.md
Added draft status and updated aliases in the learning path.
1 parent 2896cf1 commit 964b428

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/pgo

content/learning-paths/servers-and-cloud-computing/pgo/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: "Optimize AArch64 code with LLVM LTO and PGO"
3+
4+
draft: true
5+
cascade:
6+
draft: true
7+
38
description: Learn how to use LLVM Link-Time Optimization and Profile-Guided Optimization on AArch64 Linux.
49
minutes_to_complete: 45
5-
aliases:
6-
- /learning-paths/servers-and-cloud-computing/pgo-test/
710

811
who_is_this_for: This is an introductory topic for developers who compile C or C++ applications on AArch64 Linux and want to use Link-Time Optimization (LTO) with Profile-Guided Optimization (PGO).
912

0 commit comments

Comments
 (0)