Disabling x64 backend.
This commit is contained in:
parent
b6c831c7ec
commit
bbe50cfe26
|
@ -91,10 +91,10 @@ int Runtime::Initialize(Frontend* frontend, Backend* backend) {
|
||||||
#endif // ALLOY_HAS_IVM_BACKEND
|
#endif // ALLOY_HAS_IVM_BACKEND
|
||||||
if (FLAGS_runtime_backend == "any") {
|
if (FLAGS_runtime_backend == "any") {
|
||||||
#if defined(ALLOY_HAS_X64_BACKEND) && ALLOY_HAS_X64_BACKEND
|
#if defined(ALLOY_HAS_X64_BACKEND) && ALLOY_HAS_X64_BACKEND
|
||||||
if (!backend) {
|
/*if (!backend) {
|
||||||
backend = new alloy::backend::x64::X64Backend(
|
backend = new alloy::backend::x64::X64Backend(
|
||||||
this);
|
this);
|
||||||
}
|
}*/
|
||||||
#endif // ALLOY_HAS_X64_BACKEND
|
#endif // ALLOY_HAS_X64_BACKEND
|
||||||
#if defined(ALLOY_HAS_IVM_BACKEND) && ALLOY_HAS_IVM_BACKEND
|
#if defined(ALLOY_HAS_IVM_BACKEND) && ALLOY_HAS_IVM_BACKEND
|
||||||
if (!backend) {
|
if (!backend) {
|
||||||
|
|
Loading…
Reference in New Issue