Commit 93ae2633 authored by Serge Pavlov's avatar Serge Pavlov
Browse files

[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.
parent 8b73be5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// RUN: %clang_cc1 -verify -fsyntax-only %s
// REQUIRES: x86-registered-target
// expected-no-diagnostics

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