diff options
| author | Stuart Hastings <stuart@apple.com> | 2011-02-25 20:42:39 +0000 |
|---|---|---|
| committer | Stuart Hastings <stuart@apple.com> | 2011-02-25 20:42:39 +0000 |
| commit | e167360a4555e0aa59ace9abd7b541b1a1615a48 (patch) | |
| tree | a2e250d7e95a28c991793c28895869c022a62cc0 /llvm/utils | |
| parent | 20d0fee3f4942116e516cf56cd1e2f61ef886f49 (diff) | |
| download | bcm5719-llvm-e167360a4555e0aa59ace9abd7b541b1a1615a48.tar.gz bcm5719-llvm-e167360a4555e0aa59ace9abd7b541b1a1615a48.zip | |
Omit lto.h from the llvmCore result; henceforth, this will be supplied
by clang. Radar 9042056.
llvm-svn: 126507
Diffstat (limited to 'llvm/utils')
| -rwxr-xr-x | llvm/utils/buildit/build_llvm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/buildit/build_llvm b/llvm/utils/buildit/build_llvm index 5e8369cdd32..3aa55884a98 100755 --- a/llvm/utils/buildit/build_llvm +++ b/llvm/utils/buildit/build_llvm @@ -341,6 +341,9 @@ else fi rm -f lib/libLTO.a lib/libLTO.la +// Omit lto.h from the result. Clang will supply. +find $DEST_DIR$DEST_ROOT -name lto.h -delete + ################################################################################ # Remove debugging information from DEST_DIR. |

