[llvm-branch-commits] MC: Add directive for specifying a section's preferred alignment. (PR #150151)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 19 20:06:51 PST 2026
================
@@ -0,0 +1,104 @@
+// RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - | FileCheck --check-prefix=ASM %s
----------------
MaskRay wrote:
`llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o -` => `llvm-mc -triple x86_64 %s`
https://github.com/llvm/llvm-project/pull/150151
More information about the llvm-branch-commits
mailing list