[test] Fix split-vfunc.ll under NPM
authorArthur Eubanks <aeubanks@google.com>
Thu, 19 Nov 2020 22:58:24 +0000 (14:58 -0800)
committerArthur Eubanks <aeubanks@google.com>
Thu, 19 Nov 2020 22:59:05 +0000 (14:59 -0800)
We need an AA pipeline under NPM.
This is a no-op if we are still using the legacy PM.

llvm/test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll

index fcf5751..09a5a94 100644 (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