[compiler-rt] [clang-tools-extra] [llvm] [clang] [PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as delimiter for local-linkage varibles. (PR #74008)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 11 15:34:58 PST 2023
================
@@ -147,6 +147,9 @@ def exclude_unsupported_files_for_aix(dirname):
config.substitutions.append(
("%clang_pgouse=", build_invocation(clang_cflags) + " -fprofile-use=")
)
+config.substitutions.append(
+ ("%clangxx_pgouse=", build_invocation(clang_cxxflags) + " -fprofile-use=")
----------------
MaskRay wrote:
`rg clangxx_pgouse compiler-rt/test/` => no result?
https://github.com/llvm/llvm-project/pull/74008
More information about the cfe-commits
mailing list