diff options
Diffstat (limited to 'test/CodeGen/X86/statepoint-stackmap-format.ll')
-rw-r--r-- | test/CodeGen/X86/statepoint-stackmap-format.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/statepoint-stackmap-format.ll b/test/CodeGen/X86/statepoint-stackmap-format.ll index 4f8b2ce6efd95..2b1357a1179ab 100644 --- a/test/CodeGen/X86/statepoint-stackmap-format.ll +++ b/test/CodeGen/X86/statepoint-stackmap-format.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -mtriple="x86_64-pc-linux-gnu" | FileCheck %s -; RUN: llc < %s -mtriple="x86_64-pc-unknown-elf" | FileCheck %s +; RUN: llc < %s -stack-symbol-ordering=0 -mtriple="x86_64-pc-linux-gnu" | FileCheck %s +; RUN: llc < %s -stack-symbol-ordering=0 -mtriple="x86_64-pc-unknown-elf" | FileCheck %s ; This test is a sanity check to ensure statepoints are generating StackMap ; sections correctly. This is not intended to be a rigorous test of the @@ -168,7 +168,7 @@ declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32) ; No Padding or LiveOuts ; CHECK: .short 0 ; CHECK: .short 0 -; CHECK: .align 8 +; CHECK: .p2align 3 ; ; test_derived_arg @@ -235,7 +235,7 @@ declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32) ; No Padding or LiveOuts ; CHECK: .short 0 ; CHECK: .short 0 -; CHECK: .align 8 +; CHECK: .p2align 3 ; Records for the test_id function: @@ -275,5 +275,5 @@ declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32) ; No padding or LiveOuts ; CHECK: .short 0 ; CHECK: .short 0 -; CHECK: .align 8 +; CHECK: .p2align 3 |