[compiler-rt] [compiler-rt][test] Expand and Rewrite Tests for lit Internal Shell Compatibility to resolve FileNotFound error (PR #106115)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 11:28:48 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 6f092e501b715332263987f86e9a0f26a50524cb 892d2b1d0931587d596e8142b4cc8783483c025f --extensions c -- compiler-rt/test/profile/Linux/counter_promo_for.c compiler-rt/test/profile/Linux/counter_promo_nest.c compiler-rt/test/profile/Linux/counter_promo_while.c compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c b/compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c
index 9f7be34c7b..426426d9a0 100644
--- a/compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c
+++ b/compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c
@@ -42,7 +42,6 @@
// RUN: env LLVM_PROFILE_FILE=%t.profdir/%m.proflite %run %t
// RUN: llvm-profdata merge -o %t.profdata --debug-info=%t %t.profdir/
-
// RUN: llvm-profdata show --all-functions --counts %t.normal.profdata > %t.normal3.dump
// RUN: llvm-profdata show --all-functions --counts %t.profdata > %t.prof3.dump
// RUN: diff %t.normal3.dump %t.prof3.dump
@@ -55,4 +54,3 @@
// RUN: llvm-profdata show --all-functions --counts %t.cov.normal.profdata > %t.cov.normal2.dump
// RUN: llvm-profdata show --all-functions --counts %t.cov.profdata > %t.cov2.dump
// RUN: diff %t.cov.normal2.dump %t.cov2.dump
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/106115
More information about the llvm-commits
mailing list