From 1a7d7f423e756922042753f8a2fdc0418b87381a Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Thu, 19 Nov 2020 14:58:24 -0800 Subject: [PATCH] [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. --- llvm/test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll b/llvm/test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll index fcf575188f79..09a5a949b8a2 100644 --- a/llvm/test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll +++ b/llvm/test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll @@ -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