[llvm] [WebAssembly] Add WebAssemblyMCExpr::Specifier (PR #133116)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 09:36:05 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 ac8e18cdcecbef0c1e5080aec4ad655f61b1a249 178dc3edaf7921d269eca2750d2f109c63ed589b --extensions h,cpp -- llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCExpr.cpp llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCExpr.h llvm/include/llvm/MC/MCExpr.h llvm/include/llvm/MC/MCWasmStreamer.h llvm/lib/MC/MCWasmStreamer.cpp llvm/lib/MC/WasmObjectWriter.cpp llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/MC/MCExpr.h b/llvm/include/llvm/MC/MCExpr.h
index b11bfdb4f3..ef9cb1ac24 100644
--- a/llvm/include/llvm/MC/MCExpr.h
+++ b/llvm/include/llvm/MC/MCExpr.h
@@ -199,7 +199,7 @@ public:
VK_GOT,
VK_GOTPCREL,
VK_PLT,
- VK_TLVP, // Mach-O thread local variable relocations
+ VK_TLVP, // Mach-O thread local variable relocations
VK_TLVPPAGE,
VK_TLVPPAGEOFF,
VK_PAGE,
``````````
</details>
https://github.com/llvm/llvm-project/pull/133116
More information about the llvm-commits
mailing list