[lld] [LLD][COFF] add __lld_buildid symbol. (PR #74652)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 12:48:04 PST 2023


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 b4e19155171edf14412dc4132b7b10a84ac65fc5 b1e78a419a1caa377a4afe99c4ae7ed7dc330c85 -- lld/COFF/Driver.cpp lld/COFF/Writer.cpp
``````````

</details>

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

``````````diff
diff --git a/lld/COFF/Driver.cpp b/lld/COFF/Driver.cpp
index 4542a129ae..f28139dbe9 100644
--- a/lld/COFF/Driver.cpp
+++ b/lld/COFF/Driver.cpp
@@ -5,8 +5,8 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
-#include "/tmp/debug.h"
 #include "Driver.h"
+#include "/tmp/debug.h"
 #include "COFFLinkerContext.h"
 #include "Config.h"
 #include "DebugTypes.h"

``````````

</details>


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


More information about the llvm-commits mailing list