[PATCH] D45869: [DebugInfo] Fix for split dwarf test on Windows (NFC)
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 03:50:16 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL330414: [DebugInfo] Fix for split dwarf test on Windows (NFC) (authored by anng, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D45869?vs=143281&id=143282#toc
Repository:
rL LLVM
https://reviews.llvm.org/D45869
Files:
llvm/trunk/test/DebugInfo/X86/debug-names-split-dwarf.ll
Index: llvm/trunk/test/DebugInfo/X86/debug-names-split-dwarf.ll
===================================================================
--- llvm/trunk/test/DebugInfo/X86/debug-names-split-dwarf.ll
+++ llvm/trunk/test/DebugInfo/X86/debug-names-split-dwarf.ll
@@ -1,7 +1,7 @@
; REQUIRES: object-emission
; Verify that DWARF v5 accelerator tables work with split-dwarf.
-; RUN: %llc_dwarf -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo \
+; RUN: llc -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo \
; RUN: -accel-tables=Dwarf -filetype=obj -o %t < %s
; RUN: llvm-dwarfdump -debug-names - <%t | FileCheck %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45869.143282.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/a8b816e8/attachment.bin>
More information about the llvm-commits
mailing list