summaryrefslogtreecommitdiffstats
path: root/llvm/utils/llvm-build/llvmbuild/componentinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/llvm-build/llvmbuild/componentinfo.py')
-rw-r--r--llvm/utils/llvm-build/llvmbuild/componentinfo.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/utils/llvm-build/llvmbuild/componentinfo.py b/llvm/utils/llvm-build/llvmbuild/componentinfo.py
index 00b8ac52a94..6897d10f31a 100644
--- a/llvm/utils/llvm-build/llvmbuild/componentinfo.py
+++ b/llvm/utils/llvm-build/llvmbuild/componentinfo.py
@@ -215,6 +215,10 @@ class TargetGroupComponentInfo(ComponentInfo):
# Whether or not this target supports the JIT.
self.has_jit = bool(has_jit)
+ # Whether or not this target is enabled. This is set in response to
+ # configuration parameters.
+ self.enabled = False
+
def get_component_references(self):
for r in ComponentInfo.get_component_references(self):
yield r
OpenPOWER on IntegriCloud