[llvm] 1d7f1d1 - [LTO] Fix test failures caused by 6da7d3141651
Matthew Voss via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 14:59:32 PST 2021
Author: Matthew Voss
Date: 2021-02-23T14:58:30-08:00
New Revision: 1d7f1d15c517db2bde30228dfdcb17f6471f7916
URL: https://github.com/llvm/llvm-project/commit/1d7f1d15c517db2bde30228dfdcb17f6471f7916
DIFF: https://github.com/llvm/llvm-project/commit/1d7f1d15c517db2bde30228dfdcb17f6471f7916.diff
LOG: [LTO] Fix test failures caused by 6da7d3141651
Adds "REQUIRES: asserts", since the test uses debug messages
Added:
Modified:
llvm/test/Transforms/PGOProfile/consecutive-zeros.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/PGOProfile/consecutive-zeros.ll b/llvm/test/Transforms/PGOProfile/consecutive-zeros.ll
index cbe29b775c0f..504892f94342 100644
--- a/llvm/test/Transforms/PGOProfile/consecutive-zeros.ll
+++ b/llvm/test/Transforms/PGOProfile/consecutive-zeros.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: llvm-profdata merge %S/Inputs/consecutive-zeros.proftext -o %t.profdata
; RUN: opt < %s -debug -pgo-instr-use -pgo-memop-opt -pgo-memop-count-threshold=0 -pgo-memop-percent-threshold=0 -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s
More information about the llvm-commits
mailing list