[llvm] r241158 - Fix non-target-specific test not to use the x86 triple.

Michael Kuperstein michael.m.kuperstein at intel.com
Wed Jul 1 06:05:57 PDT 2015


Author: mkuper
Date: Wed Jul  1 08:05:57 2015
New Revision: 241158

URL: http://llvm.org/viewvc/llvm-project?rev=241158&view=rev
Log:
Fix non-target-specific test not to use the x86 triple.

Modified:
    llvm/trunk/test/DebugInfo/lexical-block.ll

Modified: llvm/trunk/test/DebugInfo/lexical-block.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/lexical-block.ll?rev=241158&r1=241157&r2=241158&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/lexical-block.ll (original)
+++ llvm/trunk/test/DebugInfo/lexical-block.ll Wed Jul  1 08:05:57 2015
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-unknown-linux-gnu -filetype=obj -O0 < %s  | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: %llc_dwarf -filetype=obj -O0 < %s  | llvm-dwarfdump -debug-dump=info - | FileCheck %s
 
 ;; This test checks the following:
 ;; 1. Useless lexical block entry is not emitted





More information about the llvm-commits mailing list