[zorg] r266572 - Stop specifing a module cache path for the modules buildbot. This is

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 17 13:59:54 PDT 2016


Author: rsmith
Date: Sun Apr 17 15:59:54 2016
New Revision: 266572

URL: http://llvm.org/viewvc/llvm-project?rev=266572&view=rev
Log:
Stop specifing a module cache path for the modules buildbot. This is
unnecessary as of r266571.

Modified:
    zorg/trunk/zorg/buildbot/builders/ClangBuilder.py

Modified: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=266572&r1=266571&r2=266572&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Sun Apr 17 15:59:54 2016
@@ -281,7 +281,6 @@ def getClangBuildFactory(
     cxx_flags = ''
     extra_args = []
     if modules:
-        c_flags += '-fmodules-cache-path=%%(builddir)s/%s/module-cache' % llvm_2_objdir
         # Modules requires libc++ for now (we don't have a module map for libstdc++ yet).
         cxx_flags += '-stdlib=libc++'
         extra_args = ['-DLLVM_ENABLE_MODULES=1']




More information about the llvm-commits mailing list