[clang] 93ae263 - [clang] Run test on x86 only
Serge Pavlov via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 13 04:21:54 PST 2023
Author: Serge Pavlov
Date: 2023-11-13T19:20:34+07:00
New Revision: 93ae26331592f41bf2b1d10b048743d80c468385
URL: https://github.com/llvm/llvm-project/commit/93ae26331592f41bf2b1d10b048743d80c468385
DIFF: https://github.com/llvm/llvm-project/commit/93ae26331592f41bf2b1d10b048743d80c468385.diff
LOG: [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.
Added:
Modified:
clang/test/Sema/PR69717.cpp
Removed:
################################################################################
diff --git a/clang/test/Sema/PR69717.cpp b/clang/test/Sema/PR69717.cpp
index 3207092b948ae86..42a87bd1ac1ec8d 100644
--- a/clang/test/Sema/PR69717.cpp
+++ b/clang/test/Sema/PR69717.cpp
@@ -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
More information about the cfe-commits
mailing list