Skip to content

Commit

Permalink
[DebugInfo][RemoveDIs] Disable a run-line while investigating a problem
Browse files Browse the repository at this point in the history
This just reduces coverage for RemoveDIs temporarily, and it's almost
certainly a patch-ordering problem.
  • Loading branch information
jmorse committed Jan 23, 2024
1 parent 55929cd commit 3942027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/Transforms/IROutliner/legal-debug.ll
@@ -1,6 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --include-generated-funcs
; RUN: opt -S -passes=verify,iroutliner -ir-outlining-no-cost < %s | FileCheck %s
; RUN: opt -S -passes=verify,iroutliner -ir-outlining-no-cost < %s --try-experimental-debuginfo-iterators | FileCheck %s
; FIXME: Disabled run-line after running into some turbulence with debuginfo-iterators
; run: opt -S -passes=verify,iroutliner -ir-outlining-no-cost < %s --try-experimental-debuginfo-iterators | FileCheck %s

; This test checks that debug info is recognized as able to be extracted along
; with the other instructions, but is not included in the consolidated function.
Expand Down

0 comments on commit 3942027

Please sign in to comment.