diff options
author | Teresa Johnson <tejohnson@google.com> | 2019-01-17 15:49:04 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2019-01-17 15:49:04 +0000 |
commit | 0be9960f280a0470d08c77381dc95d47c4626362 (patch) | |
tree | 602fbbf2d447af55c6793f9e63e502529c5eb70f | |
parent | 4fcf3b16212481f7debebb1f35681cff8cdf81ea (diff) | |
download | bcm5719-llvm-0be9960f280a0470d08c77381dc95d47c4626362.tar.gz bcm5719-llvm-0be9960f280a0470d08c77381dc95d47c4626362.zip |
Add -dump-input=always to cfi-devirt test to debug flake
To help diagnose flaky bot failures in PR40351.
llvm-svn: 351454
-rw-r--r-- | llvm/test/ThinLTO/X86/cfi-devirt.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/ThinLTO/X86/cfi-devirt.ll b/llvm/test/ThinLTO/X86/cfi-devirt.ll index 45d6960b505..a4a0c6bdd9a 100644 --- a/llvm/test/ThinLTO/X86/cfi-devirt.ll +++ b/llvm/test/ThinLTO/X86/cfi-devirt.ll @@ -20,8 +20,8 @@ ; RUN: -r=%t.o,_ZN1B1fEi, \ ; RUN: -r=%t.o,_ZN1C1fEi, \ ; RUN: -r=%t.o,_ZTV1B,px \ -; RUN: -r=%t.o,_ZTV1C,px 2>&1 | FileCheck %s --check-prefix=REMARK -; RUN: llvm-dis %t3.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR +; RUN: -r=%t.o,_ZTV1C,px 2>&1 | FileCheck %s --check-prefix=REMARK -dump-input=always +; RUN: llvm-dis %t3.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR -dump-input=always ; New PM ; FIXME: Fix machine verifier issues and remove -verify-machineinstrs=0. PR39436. @@ -39,8 +39,8 @@ ; RUN: -r=%t.o,_ZN1B1fEi, \ ; RUN: -r=%t.o,_ZN1C1fEi, \ ; RUN: -r=%t.o,_ZTV1B,px \ -; RUN: -r=%t.o,_ZTV1C,px 2>&1 | FileCheck %s --check-prefix=REMARK -; RUN: llvm-dis %t3.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR +; RUN: -r=%t.o,_ZTV1C,px 2>&1 | FileCheck %s --check-prefix=REMARK -dump-input=always +; RUN: llvm-dis %t3.1.4.opt.bc -o - | FileCheck %s --check-prefix=CHECK-IR -dump-input=always ; REMARK: single-impl: devirtualized a call to _ZN1A1nEi @@ -62,7 +62,7 @@ ; RUN: -r=%t.o,_ZN1B1fEi, \ ; RUN: -r=%t.o,_ZN1C1fEi, \ ; RUN: -r=%t.o,_ZTV1B,px \ -; RUN: -r=%t.o,_ZTV1C,px 2>&1 | FileCheck %s --check-prefix=ERROR +; RUN: -r=%t.o,_ZTV1C,px 2>&1 | FileCheck %s --check-prefix=ERROR -dump-input=always ; ERROR: LLVM ERROR: inconsistent LTO Unit splitting with llvm.type.test or llvm.type.checked.load target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |