Skip to content

Commit

Permalink
[clang] Run test on x86 only
Browse files Browse the repository at this point in the history
The test Sema/PR69717.cpp fails on platforms that do not support
pragma float_control. So run this test on x86 only.
  • Loading branch information
spavloff committed Nov 13, 2023
1 parent 8b73be5 commit 93ae263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Sema/PR69717.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -verify -fsyntax-only %s
// REQUIRES: x86-registered-target
// expected-no-diagnostics

// Testcase for https://github.com/llvm/llvm-project/issues/69717
Expand Down

1 comment on commit 93ae263

@antmox
Copy link
Contributor

@antmox antmox commented on 93ae263 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @spavloff. looks like it is not enough. still fails on arm bot https://lab.llvm.org/buildbot/#/builders/187/builds/13378.
I propose #72134

Please sign in to comment.