[compiler-rt] [llvm] [DO NOT SUBMIT] Contextual iFDO "demo" PR (PR #86036)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 09:25:00 PDT 2024


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 65f07b804c2c05cf49bd043f2a6e9a0020198165...b586ca5fcb5a50e5958dc89979003bc8c047c8b9 compiler-rt/test/profile/lit.cfg.py llvm/test/lit.cfg.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- compiler-rt/test/profile/lit.cfg.py	2024-03-25 16:20:32.000000 +0000
+++ compiler-rt/test/profile/lit.cfg.py	2024-03-25 16:24:25.164737 +0000
@@ -157,14 +157,11 @@
         build_invocation(clang_cflags, True) + " -fprofile-instr-generate=",
     )
 )
 
 config.substitutions.append(
-    (
-        "%llvm-ctx-ifdo",
-        os.path.join(config.llvm_tools_dir, "llvm-ctx-ifdo")
-    )
+    ("%llvm-ctx-ifdo", os.path.join(config.llvm_tools_dir, "llvm-ctx-ifdo"))
 )
 
 if config.host_os not in [
     "Windows",
     "Darwin",

``````````

</details>


https://github.com/llvm/llvm-project/pull/86036


More information about the llvm-commits mailing list