Skip to content

Commit 87136b0

Browse files
committed
Merge pull request #271 from allentiak/fix-building-with-clang-3.7
fixup! Upgrade to llvm/clang 3.7
2 parents c6d2a26 + fe0f784 commit 87136b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/generator/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ if("${LLVM_SRC_DIR}" STREQUAL "${DEFAULT_LLVM_SRC_DIR}" AND
1010
)
1111

1212
ExternalProject_Add(llvm
13-
SVN_REPOSITORY http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_32/final
13+
SVN_REPOSITORY http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_371/final
1414
CMAKE_ARGS ${LLVM_CMAKE_ARGS}
1515
INSTALL_COMMAND ""
1616
TEST_COMMAND ""
1717
)
1818
ExternalProject_Add_Step(llvm download_clang
19-
COMMAND svn co http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_32/final ${ep_base}/Source/llvm/tools/clang
19+
COMMAND svn co http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_371/final ${ep_base}/Source/llvm/tools/clang
2020
DEPENDEES download
2121
DEPENDERS update
2222
)

0 commit comments

Comments
 (0)