File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
;RUN: opt < %s -analyze -dot-cfg -cfg-dot-filename-prefix=%t 2>/dev/null
2
2
;RUN: FileCheck %s -input-file=%t.f.dot
3
3
4
+ ;TODO: Investigate why this test doesn't work with dynamically linked libraries
5
+ ;REQUIRES: static-libs
6
+
4
7
define void @f (i32 ) {
5
8
entry:
6
9
%check = icmp sgt i32 %0 , 0
Original file line number Diff line number Diff line change 9
9
; RUN: opt < %s -analyze -dot-cfg -cfg-hide-unreachable-paths -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=%t/both-flags 2>/dev/null
10
10
; RUN: FileCheck %s -input-file=%t/both-flags.callee.dot -check-prefix=BOTH-FLAGS
11
11
12
+ ; TODO: Investigate why this test doesn't work with dynamically linked libraries
13
+ ; REQUIRES: static-libs
14
+
12
15
declare i8 @llvm.experimental.deoptimize.i8 (...)
13
16
14
17
define i8 @callee (i1* %c ) alwaysinline {
You can’t perform that action at this time.
0 commit comments