Commit e666be92 authored by Serge Pavlov's avatar Serge Pavlov Committed by Tobias Hieta
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.

(cherry picked from commit 93ae2633)
parent aebee698
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