[llvm] r323721 - [DWARF] Corrected test committed in r323670 to use llc instead of llc_dwarf to avoid multiple triples.

Wolfgang Pieb via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 17:11:46 PST 2018


Author: wolfgangp
Date: Mon Jan 29 17:11:46 2018
New Revision: 323721

URL: http://llvm.org/viewvc/llvm-project?rev=323721&view=rev
Log:
[DWARF] Corrected test committed in r323670 to use llc instead of llc_dwarf to avoid multiple triples.

Modified:
    llvm/trunk/test/DebugInfo/X86/string-offsets-multiple-cus.ll

Modified: llvm/trunk/test/DebugInfo/X86/string-offsets-multiple-cus.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/string-offsets-multiple-cus.ll?rev=323721&r1=323720&r2=323721&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/string-offsets-multiple-cus.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/string-offsets-multiple-cus.ll Mon Jan 29 17:11:46 2018
@@ -1,7 +1,7 @@
 ; REQUIRES: object-emission
-; RUN: %llc_dwarf -mtriple=x86_64-unknown-linux-gnu -filetype=obj < %s | llvm-dwarfdump -v - | \
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -filetype=obj < %s | llvm-dwarfdump -v - | \
 ; RUN:    FileCheck --check-prefix=DEFAULT --check-prefix=BOTH %s
-; RUN: %llc_dwarf -mtriple=x86_64-unknown-linux-gnu -filetype=obj -generate-type-units < %s |  \
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -filetype=obj -generate-type-units < %s |  \
 ; RUN:    llvm-dwarfdump -v - | FileCheck --check-prefix=TYPEUNITS --check-prefix=BOTH %s
 ;
 ; Check that we generate the DWARF v5 string offsets section correctly when we




More information about the llvm-commits mailing list