[zorg] r293989 - compiler-rt works fine with the just built compiler nowadays.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 17:23:40 PST 2017


Author: matze
Date: Thu Feb  2 19:23:40 2017
New Revision: 293989

URL: http://llvm.org/viewvc/llvm-project?rev=293989&view=rev
Log:
compiler-rt works fine with the just built compiler nowadays.

See also: rdar://30205573

Modified:
    zorg/trunk/zorg/jenkins/build.py

Modified: zorg/trunk/zorg/jenkins/build.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/build.py?rev=293989&r1=293988&r2=293989&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/build.py (original)
+++ zorg/trunk/zorg/jenkins/build.py Thu Feb  2 19:23:40 2017
@@ -232,9 +232,7 @@ def cmake_builder(target):
     if conf.globalisel:
         cmake_cmd += ["-DLLVM_BUILD_GLOBAL_ISEL=ON"]
 
-    # Workaround for PR14109: CMake build for compiler-rt should use
-    # just-built clang.
-    cmake_cmd += ["-DCOMPILER_RT_BUILD_BUILTINS=Off"]
+    cmake_cmd += ["-DLLVM_BUILD_EXTERNAL_COMPILER_RT=On"]
 
     lit_flags = ['--xunit-xml-output=testresults.xunit.xml', '-v']
     if conf.max_parallel_tests:




More information about the llvm-commits mailing list