[llvm-commits] [llvm] r172652 - /llvm/trunk/test/DebugInfo/X86/debug-info-static-member.ll
Eric Christopher
echristo at gmail.com
Wed Jan 16 12:31:35 PST 2013
Author: echristo
Date: Wed Jan 16 14:31:35 2013
New Revision: 172652
URL: http://llvm.org/viewvc/llvm-project?rev=172652&view=rev
Log:
Make this test X86 only.
Modified:
llvm/trunk/test/DebugInfo/X86/debug-info-static-member.ll
Modified: llvm/trunk/test/DebugInfo/X86/debug-info-static-member.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/debug-info-static-member.ll?rev=172652&r1=172651&r2=172652&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/debug-info-static-member.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/debug-info-static-member.ll Wed Jan 16 14:31:35 2013
@@ -1,4 +1,4 @@
-; RUN: llc %s -o %t -filetype=obj -O0
+; RUN: llc %s -o %t -filetype=obj -O0 -mtriple=x86_64-unknown-linux-gnu
; RUN: llvm-dwarfdump %t | FileCheck %s -check-prefix=PRESENT
; RUN: llvm-dwarfdump %t | FileCheck %s -check-prefix=ABSENT
; Verify that attributes we do want are PRESENT;
More information about the llvm-commits
mailing list