Skip to content

Commit

Permalink
Rebase over LLVM 3.3, various bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
choller committed Sep 2, 2013
1 parent 59e53b0 commit 24596d2
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 170 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# and run the following commands in this directory.

# Checkout LLVM
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
svn co http://llvm.org/svn/llvm-project/llvm/branches/release_33 llvm

# Set LLVM_ROOT to llvm directory
export LLVM_ROOT=`pwd`/llvm

# Switch to tools directory and checkout Clang
cd llvm/tools/
svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
svn co http://llvm.org/svn/llvm-project/cfe/branches/release_33 clang

# Switch to clang directoy and apply clang-specific patch
cd clang
Expand Down
Loading

0 comments on commit 24596d2

Please sign in to comment.