[llvm-commits] [llvm] r161740 - /llvm/trunk/test/MC/ELF/fde.s
Nick Lewycky
nicholas at mxc.ca
Sun Aug 12 01:21:27 PDT 2012
Author: nicholas
Date: Sun Aug 12 03:21:27 2012
New Revision: 161740
URL: http://llvm.org/viewvc/llvm-project?rev=161740&view=rev
Log:
Give this test an explicit triple.
Modified:
llvm/trunk/test/MC/ELF/fde.s
Modified: llvm/trunk/test/MC/ELF/fde.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/fde.s?rev=161740&r1=161739&r2=161740&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/fde.s (original)
+++ llvm/trunk/test/MC/ELF/fde.s Sun Aug 12 03:21:27 2012
@@ -1,4 +1,4 @@
-# RUN: llvm-mc -filetype=obj %s -o %t.o && llvm-objdump -s %t.o
+# RUN: llvm-mc -filetype=obj %s -o %t.o -triple x86_64-pc-linux-gnu && llvm-objdump -s %t.o
# PR13581
# CHECK: Contents of section .debug_frame:
More information about the llvm-commits
mailing list