Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: tools/clang/scripts/update.sh

Issue 292333005: Remove no longer needed "svn revert" lines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index ee7d06a8397ba18de66b5ea7dd49edc896d53807..634f350db75620950ba9d5d9eaa81833558d11ec 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -219,22 +219,6 @@ if [[ -n "${with_android}" ]] && ! [[ -d "${ANDROID_NDK_DIR}" ]]; then
exit 1
fi
-# Revert previous temporary patches.
-if [[ -d "${COMPILER_RT_DIR}" ]]; then
- pushd "${COMPILER_RT_DIR}"
- svn revert lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
- svn revert make/platform/clang_linux.mk
- popd
-fi
-if [[ -d "${LLVM_DIR}" ]]; then
- pushd "${LLVM_DIR}"
- svn revert lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
- svn revert test/CodeGen/ARM/debug-frame-large-stack.ll
- svn revert test/CodeGen/ARM/debug-frame-vararg.ll
- svn revert test/CodeGen/ARM/debug-frame.ll
- popd
-fi
-
echo Getting LLVM r"${CLANG_REVISION}" in "${LLVM_DIR}"
if ! svn co --force "${LLVM_REPO_URL}/llvm/trunk@${CLANG_REVISION}" \
"${LLVM_DIR}"; then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698