OSDN Git Service

[XRay][DebugInfo] Remove -debug-compile from test invocation of llc
authorDean Michael Berris <dberris@google.com>
Thu, 14 Sep 2017 07:54:54 +0000 (07:54 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 14 Sep 2017 07:54:54 +0000 (07:54 +0000)
This breaks bootstrap builds, and is actually unnecessary. Tested
locally and it seems we can remove -debug-comile just fine.

Follow-up to D37791.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313238 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/xray-split-dwarf-interaction.ll

index 2696e50..2773a73 100644 (file)
@@ -1,12 +1,12 @@
 ; RUN: %llc_dwarf -split-dwarf-file=input.dwo -O3 \
 ; RUN:     -function-sections -data-sections \
 ; RUN:     -relocation-model=pic -filetype=asm \
-; RUN:     -generate-type-units -debug-compile -o - %s | \
+; RUN:     -generate-type-units -o - %s | \
 ; RUN:     FileCheck %s --check-prefix=CHECK-ASM
 ; RUN: %llc_dwarf -split-dwarf-file=input.dwo -O3 \
 ; RUN:     -function-sections -data-sections \
 ; RUN:     -relocation-model=pic -filetype=obj \
-; RUN:     -generate-type-units -debug-compile -o - %s | \
+; RUN:     -generate-type-units -o - %s | \
 ; RUN:     llvm-readelf -sections | \
 ; RUN:     FileCheck %s --check-prefix=CHECK-ELF
 ; Created from `clang++ -fxray-instrument -gsplit-dwarf -fdebug-types-section