mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Mark ThreadPool unittests as unsupported on PowerPC64
Bots are crashing unexpectingly, see: https://llvm.org/bugs/show_bug.cgi?id=25829 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 255633
This commit is contained in:
parent
b327be8926
commit
d6deaf29d7
@ -61,6 +61,10 @@ protected:
|
||||
ThreadPoolTest() {
|
||||
// Add unsupported configuration here, example:
|
||||
// UnsupportedArchs.push_back(Triple::x86_64);
|
||||
|
||||
// See https://llvm.org/bugs/show_bug.cgi?id=25829
|
||||
UnsupportedArchs.push_back(Triple::ppc64le);
|
||||
UnsupportedArchs.push_back(Triple::ppc64);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user