summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-04 13:06:22 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-04 13:06:22 +0000
commit55fcd07d25123f52f6f0b220c99a3f8216dc8652 (patch)
treef7b34f6cd57d9a16e5ed4b7d22448e532d6f5ac5 /llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
parentfe79b04a7441b5a1931d26fb268d942685af7c51 (diff)
downloadbcm5719-llvm-55fcd07d25123f52f6f0b220c99a3f8216dc8652.tar.gz
bcm5719-llvm-55fcd07d25123f52f6f0b220c99a3f8216dc8652.zip
Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it doesn't build.
llvm-svn: 329190
Diffstat (limited to 'llvm/test/DebugInfo/Generic/cross-cu-inlining.ll')
-rw-r--r--llvm/test/DebugInfo/Generic/cross-cu-inlining.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Generic/cross-cu-inlining.ll b/llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
index 38344c8d435..fcf8a8be196 100644
--- a/llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
+++ b/llvm/test/DebugInfo/Generic/cross-cu-inlining.ll
@@ -1,7 +1,7 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-linkage-names=All < %s | llvm-dwarfdump -v -debug-info - | FileCheck -implicit-check-not=DW_TAG %s
-; RUN: %llc_dwarf -accel-tables=Apple -dwarf-linkage-names=All -O0 -filetype=obj < %s | llvm-dwarfdump -v - | FileCheck --check-prefix=CHECK-ACCEL --check-prefix=CHECK %s
+; RUN: %llc_dwarf -dwarf-accel-tables=Enable -dwarf-linkage-names=All -O0 -filetype=obj < %s | llvm-dwarfdump -v - | FileCheck --check-prefix=CHECK-ACCEL --check-prefix=CHECK %s
; Build from source:
; $ clang++ a.cpp b.cpp -g -c -emit-llvm
OpenPOWER on IntegriCloud