Skip to content

Commit 93ae263

Browse files
committed
[clang] Run test on x86 only
The test Sema/PR69717.cpp fails on platforms that do not support pragma float_control. So run this test on x86 only.
1 parent 8b73be5 commit 93ae263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Sema/PR69717.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %clang_cc1 -verify -fsyntax-only %s
2+
// REQUIRES: x86-registered-target
23
// expected-no-diagnostics
34

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

0 commit comments

Comments
 (0)