backend to work.
Differential Revision: http://reviews.llvm.org/D12454
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246350
91177308-0d34-0410-b5e6-
96231b3b80d8
else:
config.available_features.add("nozlib")
-# Native compilation: host arch == target arch and native backend built-in
-# FIXME: Consider cases that target can be executed
-# even if host_triple were different from target_triple.
-if (config.host_triple == config.target_triple and
- config.native_target in config.targets_to_build):
+# Native compilation: host arch (native) backend built-in
+if config.native_target in config.targets_to_build:
config.available_features.add("native")
import subprocess