commit | de808ca855813669f77fe8401b9de6a91b541d2f | [log] [tgz] |
---|---|---|
author | Lauro Ramos Venancio <lauro.venancio@gmail.com> | Wed Feb 27 18:46:32 2008 +0000 |
committer | Lauro Ramos Venancio <lauro.venancio@gmail.com> | Wed Feb 27 18:46:32 2008 +0000 |
tree | a24a7251b3570527175963ca7caddd40182e884e | |
parent | 2e5f54aa1dd15a62c34a9d1d24a5a0692f43934a [diff] [blame] |
Disable internalize. Unfortunately, the configure scripts are not ready for some link time optimizations. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47682 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc b/utils/ccc index b27a70b..5b54c47 100755 --- a/utils/ccc +++ b/utils/ccc
@@ -35,7 +35,7 @@ run(command + args) def link(args): - command = 'llvm-ld -native'.split() + command = 'llvm-ld -native -disable-internalize'.split() run(command + args) def extension(path):