[compiler-rt] [clang-tools-extra] [llvm] [clang] [PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as delimiter for local-linkage varibles. (PR #74008)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 10 20:06:05 PST 2023
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 0e1a9e3084cd8dffa5d4f2cf6eabf9e7721e1cdd...3409af09aec7f81af7e6e976a774aa945aa7f6ee compiler-rt/test/profile/lit.cfg.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- lit.cfg.py 2023-12-11 02:48:07.000000 +0000
+++ lit.cfg.py 2023-12-11 04:05:53.192500 +0000
@@ -146,11 +146,11 @@
config.substitutions.append(
("%clang_pgouse=", build_invocation(clang_cflags) + " -fprofile-use=")
)
config.substitutions.append(
- ("%clangxx_pgouse=", build_invocation(clang_cxxflags) + " -fprofile-use=")
+ ("%clangxx_pgouse=", build_invocation(clang_cxxflags) + " -fprofile-use=")
)
config.substitutions.append(
("%clangxx_profuse=", build_invocation(clang_cxxflags) + " -fprofile-instr-use=")
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/74008
More information about the cfe-commits
mailing list