[llvm] daabc9a - [WholeProgramDevirt][test] Fix test after D73094
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 00:46:40 PST 2020
Author: Fangrui Song
Date: 2020-01-24T00:46:18-08:00
New Revision: daabc9a0285d60d29c7562b12e0ece8d7a144f96
URL: https://github.com/llvm/llvm-project/commit/daabc9a0285d60d29c7562b12e0ece8d7a144f96
DIFF: https://github.com/llvm/llvm-project/commit/daabc9a0285d60d29c7562b12e0ece8d7a144f96.diff
LOG: [WholeProgramDevirt][test] Fix test after D73094
Added:
Modified:
llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl2.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl2.ll b/llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl2.ll
index d10a4e23d911..4c45c4081df1 100644
--- a/llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl2.ll
+++ b/llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl2.ll
@@ -10,7 +10,7 @@
; Check that opt fails to use summaries which don't contain regular LTO module
; when performing export.
; RUN: llvm-as %p/Inputs/devirt-bad-index.ll -o %t-bad.index.bc
-; RUN: not opt %s -S -wholeprogramdevirt -wholeprogramdevirt-read-summary=%t-bad1.index.bc \
+; RUN: not opt %s -S -wholeprogramdevirt -wholeprogramdevirt-read-summary=%t-bad.index.bc \
; RUN: -wholeprogramdevirt-summary-action=export -o /dev/null 2>&1 | FileCheck %s --check-prefix=MISSING-MODULE
; Check single impl devirtulation in summary
More information about the llvm-commits
mailing list