Skip to content

Revert "Enable cfg-printer LLVM lit tests only if LLVM linked statica… #3399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions llvm/test/Other/cfg-printer-branch-weights.ll
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
;RUN: opt < %s -dot-cfg -cfg-weights -cfg-raw-weights -cfg-dot-filename-prefix=%t 2>/dev/null
;RUN: FileCheck %s -input-file=%t.f.dot

;TODO: Investigate why this test doesn't work with dynamically linked libraries
;REQUIRES: static-libs

define void @f(i32) {
entry:
%check = icmp sgt i32 %0, 0
Expand Down
3 changes: 0 additions & 3 deletions llvm/test/Other/cfg_deopt_unreach.ll
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
; RUN: opt < %s -dot-cfg -cfg-hide-unreachable-paths -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=%t/both-flags 2>/dev/null
; RUN: FileCheck %s -input-file=%t/both-flags.callee.dot -check-prefix=BOTH-FLAGS

; TODO: Investigate why this test doesn't work with dynamically linked libraries
; REQUIRES: static-libs

declare i8 @llvm.experimental.deoptimize.i8(...)

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