From f6ce99ebd1857123b28e016639b557c1ef36bf4e Mon Sep 17 00:00:00 2001 From: Daniel Hoekwater Date: Tue, 29 Apr 2025 15:09:55 +0000 Subject: [PATCH] Add a link to the standalone Propeller repo. Now that Propeller lives in its own GitHub Repo (https://github.com/google/llvm-propeller), we should make it discoverable to create_llvm_prof users. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2869d67..089c35c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ AutoFDO tools can be built on Ubuntu 20.04, 22.04 or CentOS 9, choose 1a or 1b to install prerequisites. +> [!NOTE] +> The Propeller codebase has moved to its own repository (as of +> 2025Q1). For the most up-to-date version, see +> [google/llvm-propeller](https://github.com/google/llvm-propeller). + # 1a. Install prerequisites on Ubuntu 20.04 and 22.04 ```