diff options
-rw-r--r-- | llvm/test/MC/ELF/section-numeric-flag.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/section-numeric-flag.s b/llvm/test/MC/ELF/section-numeric-flag.s index 583c9b311fe..ee93826e415 100644 --- a/llvm/test/MC/ELF/section-numeric-flag.s +++ b/llvm/test/MC/ELF/section-numeric-flag.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -filetype=obj %s -o - \ +// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux-gnu %s -o - \ // RUN: | llvm-readobj -s -t | FileCheck %s .section .text, "0x806", %progbits, unique, 0 |