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.

(cherry picked from commit 93ae26331592f41bf2b1d10b048743d80c468385)
  • Loading branch information
spavloff authored and llvmbot committed Nov 13, 2023
1 parent f810c7f commit bc49bdc
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

0 comments on commit bc49bdc

Please sign in to comment.