diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/fp128.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fp128.ll b/llvm/test/CodeGen/ARM/fp128.ll index ab476d43ac9..bdeb547423d 100644 --- a/llvm/test/CodeGen/ARM/fp128.ll +++ b/llvm/test/CodeGen/ARM/fp128.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm < %s | FileCheck --check-prefix=LITTLEENDIAN %s +; RUN: llc -mtriple=arm-none-linux < %s | FileCheck --check-prefix=LITTLEENDIAN %s @var = global fp128 0xL00000000000000008000000000000000 |