mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[test] Make ThinLTO/X86/crash_debuginfo.ll work with -enable-new-pm=1
LegacyInlinerBase::doFinalization runs removeDeadFunctions() to remove bar but the new PM inliner doesn't. Improve the test to use llvm-nm -U.
This commit is contained in:
parent
84f0cc96e8
commit
7a2f51933b
@ -2,12 +2,10 @@
|
||||
; RUN: opt -module-summary -o %t-src.bc %p/Inputs/crash_debuginfo.ll
|
||||
; RUN: llvm-lto -thinlto -o %t-index %t-dst.bc %t-src.bc
|
||||
; RUN: opt -function-import -inline -summary-file %t-index.thinlto.bc %t-dst.bc -o %t.out
|
||||
; RUN: llvm-nm %t.out | FileCheck %s
|
||||
; RUN: llvm-nm -U %t.out | FileCheck %s --implicit-check-not=_bar
|
||||
|
||||
; Verify that we import bar and inline it. It use to crash importing due to ODR type uniquing
|
||||
; CHECK-NOT: bar
|
||||
; CHECK: foo
|
||||
; CHECK-NOT: bar
|
||||
; CHECK: _foo
|
||||
|
||||
; ModuleID = 'test/ThinLTO/X86/crash_debuginfo.ll'
|
||||
source_filename = "test/ThinLTO/X86/crash_debuginfo.ll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user