From: Michael Kuperstein Date: Wed, 1 Jul 2015 13:05:57 +0000 (+0000) Subject: Fix non-target-specific test not to use the x86 triple. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=456ac288705499ea38aade1a9c189eb6addf362a;p=oota-llvm.git Fix non-target-specific test not to use the x86 triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241158 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/lexical-block.ll b/test/DebugInfo/lexical-block.ll index 81e31391294..6b5e444e0c1 100644 --- a/test/DebugInfo/lexical-block.ll +++ b/test/DebugInfo/lexical-block.ll @@ -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