summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrakhar Bahuguna <prakhar.bahuguna@arm.com>2016-12-15 10:20:48 +0000
committerPrakhar Bahuguna <prakhar.bahuguna@arm.com>2016-12-15 10:20:48 +0000
commitbc35f21f7032d5f99aadfb7030a0853b0a4e6c99 (patch)
tree21723963949b509d78a28298fffb93c33597f061
parent8e67aa9a9ba7b370c01722b8d2f258c9bea198c6 (diff)
downloadbcm5719-llvm-bc35f21f7032d5f99aadfb7030a0853b0a4e6c99.tar.gz
bcm5719-llvm-bc35f21f7032d5f99aadfb7030a0853b0a4e6c99.zip
Add missing triple target for numeric section flag test
llvm-svn: 289798
-rw-r--r--llvm/test/MC/ELF/section-numeric-flag.s2
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
OpenPOWER on IntegriCloud