[llvm] r289798 - Add missing triple target for numeric section flag test
Prakhar Bahuguna via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 15 02:20:48 PST 2016
Author: prakhar
Date: Thu Dec 15 04:20:48 2016
New Revision: 289798
URL: http://llvm.org/viewvc/llvm-project?rev=289798&view=rev
Log:
Add missing triple target for numeric section flag test
Modified:
llvm/trunk/test/MC/ELF/section-numeric-flag.s
Modified: llvm/trunk/test/MC/ELF/section-numeric-flag.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/section-numeric-flag.s?rev=289798&r1=289797&r2=289798&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/section-numeric-flag.s (original)
+++ llvm/trunk/test/MC/ELF/section-numeric-flag.s Thu Dec 15 04:20:48 2016
@@ -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
More information about the llvm-commits
mailing list