diff options
-rw-r--r-- | llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll b/llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll index 7467a082c5a..94fdacac716 100644 --- a/llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll +++ b/llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll @@ -2,6 +2,7 @@ ; RUN: opt -module-summary %p/Inputs/diagnostic-handler-remarks.ll -o %t2.bc ; Optimization records are collected regardless of the diagnostic handler +; RUN: rm -f %t.yaml.* ; RUN: llvm-lto -thinlto-action=run \ ; RUN: -lto-pass-remarks-output=%t.yaml \ ; RUN: -exported-symbol _func2 \ |