[llvm] r255469 - I Added a triple flag for x86-evenDirective test.
Michael Zuckerman via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 13 13:12:33 PST 2015
Author: mzuckerm
Date: Sun Dec 13 15:12:33 2015
New Revision: 255469
URL: http://llvm.org/viewvc/llvm-project?rev=255469&view=rev
Log:
I Added a triple flag for x86-evenDirective test.
Continue of rL255461
Differential Revision: http://reviews.llvm.org/D15413
Modified:
llvm/trunk/test/MC/X86/x86-evenDirective.s
Modified: llvm/trunk/test/MC/X86/x86-evenDirective.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/x86-evenDirective.s?rev=255469&r1=255468&r2=255469&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/x86-evenDirective.s (original)
+++ llvm/trunk/test/MC/X86/x86-evenDirective.s Sun Dec 13 15:12:33 2015
@@ -1,4 +1,4 @@
-# RUN: llvm-mc -filetype obj -o - %s | llvm-readobj -s -sd \
+# RUN: llvm-mc -triple -x86_64-unknown-unknown -filetype obj -o - %s | llvm-readobj -s -sd \
# RUN: | FileCheck %s
.text
More information about the llvm-commits
mailing list