Skip to content

Commit

Permalink
[NFC][Assignment Tracking Analysis] Stop failing test from running on…
Browse files Browse the repository at this point in the history
… PPC.

The test remove-undef-fragment.ll fails on the PPC bots. I've disabled the test
everywhere except X86 to allow for the investigation of the issue.
  • Loading branch information
stefanp-ibm committed Dec 9, 2022
1 parent e21d52a commit 34a3259
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,3 +1,5 @@
; TODO: Determine why this does not work on Power PC.
; REQUIRES: x86_64-linux
; RUN: llc %s -o - -stop-after=finalize-isel \

This comment has been minimized.

Copy link
@arichardson

arichardson Dec 10, 2022

Member

The llc RUN line just needs an explicit triple seeing as this is in the x86 subdirectory.

; RUN: -experimental-assignment-tracking \
; RUN: | FileCheck %s --implicit-check-not=DBG
Expand Down

0 comments on commit 34a3259

Please sign in to comment.