forked from OSchip/llvm-project
Fix buildbot error.
-frounding-math is not available for all targets.
This commit is contained in:
parent
5f2c53bdf4
commit
8ecf3660f2
|
@ -1,3 +1,3 @@
|
|||
// RUN: %clang_cc1 -fsyntax-only -frounding-math -verify %s
|
||||
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -frounding-math -verify %s
|
||||
|
||||
template <class b> b::a() {} // expected-error {{nested name specifier}}
|
||||
|
|
Loading…
Reference in New Issue