mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
[MCJIT] Enable MCJIT regression tests on Darwin.
Commit r233747 fixed the issue that had been blocking this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20fc6ac99e
commit
d26a5d313c
@ -308,11 +308,6 @@ protected:
|
|||||||
SupportedSubArchs.push_back("armv6");
|
SupportedSubArchs.push_back("armv6");
|
||||||
SupportedSubArchs.push_back("armv7");
|
SupportedSubArchs.push_back("armv7");
|
||||||
|
|
||||||
// The operating systems below are known to be incompatible with MCJIT as
|
|
||||||
// they are copied from the test/ExecutionEngine/MCJIT/lit.local.cfg and
|
|
||||||
// should be kept in sync.
|
|
||||||
UnsupportedOSs.push_back(Triple::Darwin);
|
|
||||||
|
|
||||||
UnsupportedEnvironments.push_back(Triple::Cygnus);
|
UnsupportedEnvironments.push_back(Triple::Cygnus);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user