From 4a34fb21cae3c3f667b630ac5b8dc505d24b4ef6 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Fri, 8 Dec 2017 17:15:50 +0000 Subject: [PATCH] [DebugInfo] Use llc instead of llc_dwarf to fix this test. We work around the fact that some platforms add a triple when they expand llc_dwarf in lit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320164 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/nodebug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/X86/nodebug.ll b/test/DebugInfo/X86/nodebug.ll index 67dd6549a4c..a5ad5e08c41 100644 --- a/test/DebugInfo/X86/nodebug.ll +++ b/test/DebugInfo/X86/nodebug.ll @@ -1,6 +1,6 @@ ; REQUIRES: object-emission -; RUN: %llc_dwarf < %s -filetype=obj -mtriple=x86_64-apple-darwin | llvm-dwarfdump -v - | FileCheck %s +; RUN: llc < %s -filetype=obj -mtriple=x86_64-apple-darwin | llvm-dwarfdump -v - | FileCheck %s ; Test that a nodebug function (a function not appearing in the debug info IR ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does -- 2.50.1