]> granicus.if.org Git - clang/commitdiff
Disable internalize. Unfortunately, the configure scripts are not ready for some...
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 27 Feb 2008 18:46:32 +0000 (18:46 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 27 Feb 2008 18:46:32 +0000 (18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47682 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc

index b27a70b3a89300845deb5b7714b116ed5049630d..5b54c476c2dd73516d39ec0f47920f0fcd5b4b66 100755 (executable)
--- a/utils/ccc
+++ b/utils/ccc
@@ -35,7 +35,7 @@ def compile(args):
     run(command + args)
 
 def link(args):
-    command = 'llvm-ld -native'.split()
+    command = 'llvm-ld -native -disable-internalize'.split()
     run(command + args)
 
 def extension(path):