1
0
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:
Arthur Eubanks 2020-11-19 14:58:24 -08:00
parent 8ced7f6571
commit 030e65d1fe

View File

@ -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