[compiler-rt] [compiler-rt] allow building with uefi (PR #131499)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 15 23:03:23 PDT 2025
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 508db53d1af5b01f8f8275229f087bb6407f0033 883aec7f34723db121f555b4ddabed9eb7c743b6 --extensions h -- compiler-rt/lib/builtins/int_lib.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/compiler-rt/lib/builtins/int_lib.h b/compiler-rt/lib/builtins/int_lib.h
index ffc89de5f3..4b72702453 100644
--- a/compiler-rt/lib/builtins/int_lib.h
+++ b/compiler-rt/lib/builtins/int_lib.h
@@ -49,7 +49,7 @@
#define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name
#if defined(__ELF__) || defined(__MINGW32__) || defined(__wasm__) || \
- defined(_AIX) || defined(__CYGWIN__) || defined(__UEFI__)
+ defined(_AIX) || defined(__CYGWIN__) || defined(__UEFI__)
#define COMPILER_RT_ALIAS(name, aliasname) \
COMPILER_RT_ABI __typeof(name) aliasname __attribute__((__alias__(#name)));
#elif defined(__APPLE__)
``````````
</details>
https://github.com/llvm/llvm-project/pull/131499
More information about the llvm-commits
mailing list