Skip to content

Commit

Permalink
[llvm-split] Require x86-registered-target for target-specific-split.ll
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-vh committed Apr 22, 2024
1 parent d18ab0e commit 83f7a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/test/tools/llvm-split/target-specific-split.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; REQUIRES: x86-registered-target

; RUN: llvm-split -o %t %s -mtriple x86_64 -preserve-locals 2>&1 | FileCheck %s

; Basic test for a target that doesn't support target-specific module splitting.
Expand Down

0 comments on commit 83f7a3a

Please sign in to comment.