diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/inline-asm-modifiers.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/inline-asm-modifiers.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-modifiers.ll b/llvm/test/CodeGen/AArch64/inline-asm-modifiers.ll index b7f4d3c57ba..cb66335b105 100644 --- a/llvm/test/CodeGen/AArch64/inline-asm-modifiers.ll +++ b/llvm/test/CodeGen/AArch64/inline-asm-modifiers.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic < %s | FileCheck %s +; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -no-integrated-as < %s | FileCheck %s @var_simple = hidden global i32 0 @var_got = global i32 0 |