Skip to content

Commit

Permalink
Disable two tests without {arm,aarch64}-registered-target
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnjo committed Aug 17, 2023
1 parent 99f8751 commit eeac432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/test/Driver/fsplit-machine-functions.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: arm-registered-target

// RUN: %clang -### -target x86_64 -fprofile-use=default.profdata -fsplit-machine-functions %s -c 2>&1 | FileCheck -check-prefix=CHECK-OPT %s
// RUN: %clang -### -target x86_64 -fsplit-machine-functions %s -c 2>&1 | FileCheck -check-prefix=CHECK-OPT %s
// RUN: %clang -### -target x86_64 -fprofile-use=default.profdata -fsplit-machine-functions -fno-split-machine-functions %s -c 2>&1 | FileCheck -check-prefix=CHECK-NOOPT %s
Expand Down
1 change: 1 addition & 0 deletions llvm/test/CodeGen/Generic/machine-function-splitter.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: aarch64-registered-target
; REQUIRES: x86-registered-target

; COM: Machine function splitting with FDO profiles
Expand Down

0 comments on commit eeac432

Please sign in to comment.