diff options
-rw-r--r-- | scons/llvm.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scons/llvm.py b/scons/llvm.py index 2fb82f06a04..f87766af190 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@ -180,9 +180,6 @@ def generate(env): components = ['engine', 'bitwriter', 'x86asmprinter'] - if llvm_version >= distutils.version.LooseVersion('3.2'): - components.append('instrumentation') - if llvm_version >= distutils.version.LooseVersion('3.1'): components.append('mcjit') |