Skip to content

Commit

Permalink
[compiler-rt][profile] Disable oneline-merging-windows.c on Windows o…
Browse files Browse the repository at this point in the history
…n Arm

This test has been failing since https://lab.llvm.org/buildbot/#/builders/161/builds/2899,
but no change in that build caused it.

I think this has always failed but llvm/llvm-zorg#252
only recently enabled in on the bot.
  • Loading branch information
DavidSpickett committed Oct 23, 2024
1 parent 0b32769 commit cb46662
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// REQUIRES: target={{.*windows-msvc.*}}
// REQUIRES: lld-available

// Fails on Windows on Arm for unknown reasons.
// UNSUPPORTED: target=aarch64-pc-windows-msvc

// Test the online merging mode (%m) along with continuous mode (%c).
//
// Split files & cd into a temporary directory.
Expand Down

0 comments on commit cb46662

Please sign in to comment.