We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1628e5c commit c4d0954Copy full SHA for c4d0954
llvm/test/CodeGen/X86/same-align-bytes-with-llasm-llobj.ll
@@ -1,5 +1,5 @@
1
; RUN: llc %s -o - -filetype=obj --mcpu=znver2 | llvm-objdump -dr - | FileCheck %s
2
-; RUN: llc %s -o - -filetype=asm --mcpu=znver2 | llvm-mc - -o - --mcpu=znver2 -filetype=obj -mtriple x86_64-unknown-linux-gnu | llvm-objdump -dr - | FileCheck %s
+; RUN: llc %s -o - -filetype=asm --mcpu=znver2 | llvm-mc - -o - --mcpu=znver2 -filetype=obj -triple x86_64-unknown-linux-gnu | llvm-objdump -dr - | FileCheck %s
3
; RUN: llc %s -o - -filetype=asm --mcpu=znver2 | FileCheck %s --check-prefix=ASM
4
5
;; Check that we produce a push, then an align-to-16-bytes p2align.
0 commit comments