[llvm] Fix the dsymutil heuristic for excluding system interfaces. (PR #93745)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 16:13:24 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 66b9785670a7909d8301afdeac27991c9236f346 d988a6c2abad082dea956d51681dc38726b5fcee -- llvm/include/llvm/DWARFLinker/Utils.h llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp llvm/unittests/DWARFLinkerParallel/DWARFLinkerTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/unittests/DWARFLinkerParallel/DWARFLinkerTest.cpp b/llvm/unittests/DWARFLinkerParallel/DWARFLinkerTest.cpp
index d15f5ab1de..ace8c5fa6e 100644
--- a/llvm/unittests/DWARFLinkerParallel/DWARFLinkerTest.cpp
+++ b/llvm/unittests/DWARFLinkerParallel/DWARFLinkerTest.cpp
@@ -14,7 +14,6 @@ using namespace dwarf_linker;
 
 #define DEVELOPER_DIR "/Applications/Xcode.app/Contents/Developer"
 
-
 namespace {
 
 TEST(DWARFLinker, PathTest) {

``````````

</details>


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


More information about the llvm-commits mailing list