mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 22:25:56 +00:00
Work around Clang assertion when testing C++17 deduction guides with '-g'.
llvm-svn: 295417
This commit is contained in:
parent
74790484b5
commit
e427e4b81b
@ -10,6 +10,10 @@
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
|
||||
// FIXME(EricWF): As of 16/Feb/2017 Clang hits an assertion when compiling this
|
||||
// test with '-g' (as the sanitizers do).
|
||||
// XFAIL: ubsan, asan, msan, tsan
|
||||
|
||||
// <string>
|
||||
|
||||
// Test that the constructors offered by std::basic_string are formulated
|
||||
|
Loading…
x
Reference in New Issue
Block a user