Skip to content

Commit e666be9

Browse files
spavlofftru
authored andcommitted
[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. (cherry picked from commit 93ae263)
1 parent aebee69 commit e666be9

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)