Skip to content

Commit

Permalink
[TEST] Remove dependency on debug output
Browse files Browse the repository at this point in the history
Summary:
Test mistakenly used -debug output, which makes it fail on
no-asserts build.

(cherry picked from FBD25399449)
  • Loading branch information
rafaelauler authored and maksfb committed Dec 9, 2020
1 parent d2f6803 commit e0261a2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions bolt/test/X86/shrinkwrapping-critedge.s
Expand Up @@ -9,15 +9,8 @@
# RUN: strip --strip-unneeded %t.o
# RUN: %host_cc %t.o -o %t.exe -Wl,-q -nostdlib
# RUN: llvm-bolt %t.exe -relocs -o %t.out -data %t.fdata \
# RUN: -frame-opt=all -debug-only=shrinkwrapping \
# RUN: -simplify-conditional-tail-calls=false -eliminate-unreachable=false \
# RUN: 2>&1 | FileCheck %s

# CHECK: - Now handling FrontierBB .LFT{{.*}}
# CHECK-NEXT: - Dest : .Ltmp{{.*}}
# CHECK-NEXT: - Update frontier with .LSplitEdge{{.*}}
# CHECK-NEXT: - Dest : .Ltmp{{.*}}
# CHECK-NEXT: - Append frontier .LSplitEdge{{.*}}
# RUN: -frame-opt=all -simplify-conditional-tail-calls=false \
# RUN: -eliminate-unreachable=false

.globl _start
_start:
Expand Down

0 comments on commit e0261a2

Please sign in to comment.