mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[test] Fix split-vfunc.ll under NPM
We need an AA pipeline under NPM. This is a no-op if we are still using the legacy PM.
This commit is contained in:
parent
8ced7f6571
commit
030e65d1fe
@ -1,4 +1,4 @@
|
||||
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s
|
||||
; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s -aa-pipeline=default
|
||||
; RUN: llvm-modextract -b -n 0 -o - %t | llvm-dis | FileCheck --check-prefix=M0 %s
|
||||
; RUN: llvm-modextract -b -n 1 -o - %t | llvm-dis | FileCheck --check-prefix=M1 %s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user