Index: tools/clang/scripts/update.py |
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
index 55b64eeffa9bfd261e97f8d551eb8036efabf203..b965b568d2a8f418bdea97060fe415df43ce77eb 100755 |
--- a/tools/clang/scripts/update.py |
+++ b/tools/clang/scripts/update.py |
@@ -404,6 +404,7 @@ def UpdateClang(args): |
try: |
DownloadUrl(cds_full_url, f) |
f.seek(0) |
+ # TODO(thakis): Delete LLVM_BUILD_DIR before extracting. |
tarfile.open(mode='r:gz', fileobj=f).extractall(path=LLVM_BUILD_DIR) |
print 'clang %s unpacked' % PACKAGE_VERSION |
# Download the gold plugin if requested to by an environment variable. |