[libcxxabi] Use 'target=' consistently
This commit is contained in:
parent
016785d931
commit
c0f17a5ee8
|
@ -11,7 +11,7 @@
|
|||
// UNSUPPORTED: no-exceptions
|
||||
|
||||
// Support for catching a function pointer including noexcept was shipped in macOS 10.13
|
||||
// XFAIL: use_system_cxx_lib && {{.+}}-apple-macosx10.{{9|10|11|12}}
|
||||
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12}}
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
// UNSUPPORTED: no-exceptions
|
||||
|
||||
// Support for catching a function pointer including noexcept was shipped in macOS 10.13
|
||||
// XFAIL: use_system_cxx_lib && {{.+}}-apple-macosx10.{{9|10|11|12}}
|
||||
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12}}
|
||||
|
||||
// GCC supports noexcept function types but this test still fails.
|
||||
// This is likely a bug in their implementation. Investigation needed.
|
||||
|
|
Loading…
Reference in New Issue
Block a user