From a06d2585304db4ae07940d5fe86b75bdfaf6efa4 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Wed, 1 Jul 2015 13:05:57 +0000 Subject: [PATCH] Fix non-target-specific test not to use the x86 triple. llvm-svn: 241158 --- llvm/test/DebugInfo/lexical-block.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/lexical-block.ll b/llvm/test/DebugInfo/lexical-block.ll index 81e31391294e..6b5e444e0c17 100644 --- a/llvm/test/DebugInfo/lexical-block.ll +++ b/llvm/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