Skip to content

Commit 6f018b3

Browse files
authored
Revert "Enable cfg-printer LLVM lit tests only if LLVM linked statically (#1479)" (#3399)
This reverts commit ff0b066.
1 parent a8ab1ea commit 6f018b3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

llvm/test/Other/cfg-printer-branch-weights.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
;RUN: opt < %s -dot-cfg -cfg-weights -cfg-raw-weights -cfg-dot-filename-prefix=%t 2>/dev/null
22
;RUN: FileCheck %s -input-file=%t.f.dot
33

4-
;TODO: Investigate why this test doesn't work with dynamically linked libraries
5-
;REQUIRES: static-libs
6-
74
define void @f(i32) {
85
entry:
96
%check = icmp sgt i32 %0, 0

llvm/test/Other/cfg_deopt_unreach.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
; RUN: opt < %s -dot-cfg -cfg-hide-unreachable-paths -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=%t/both-flags 2>/dev/null
1010
; RUN: FileCheck %s -input-file=%t/both-flags.callee.dot -check-prefix=BOTH-FLAGS
1111

12-
; TODO: Investigate why this test doesn't work with dynamically linked libraries
13-
; REQUIRES: static-libs
14-
1512
declare i8 @llvm.experimental.deoptimize.i8(...)
1613

1714
define i8 @callee(i1* %c) alwaysinline {

0 commit comments

Comments
 (0)