diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/memprof-icp.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/memprof-icp.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/memprof-icp.ll b/llvm/test/ThinLTO/X86/memprof-icp.ll index dbc532e..3a68cd8 100644 --- a/llvm/test/ThinLTO/X86/memprof-icp.ll +++ b/llvm/test/ThinLTO/X86/memprof-icp.ll @@ -229,6 +229,7 @@ ; RUN: llvm-lto2 run %t/main.o %t/foo.o -enable-memprof-context-disambiguation \ ; RUN: -import-instr-limit=0 \ ; RUN: -memprof-require-definition-for-promotion \ +; RUN: -icp-allow-decls=false \ ; RUN: -enable-memprof-indirect-call-support=true \ ; RUN: -supports-hot-cold-new \ ; RUN: -r=%t/foo.o,_Z3fooR2B0j,plx \ |