We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df72f0 commit fe0f784Copy full SHA for fe0f784
vm/generator/CMakeLists.txt
@@ -10,13 +10,13 @@ if("${LLVM_SRC_DIR}" STREQUAL "${DEFAULT_LLVM_SRC_DIR}" AND
10
)
11
12
ExternalProject_Add(llvm
13
- SVN_REPOSITORY http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_32/final
+ SVN_REPOSITORY http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_371/final
14
CMAKE_ARGS ${LLVM_CMAKE_ARGS}
15
INSTALL_COMMAND ""
16
TEST_COMMAND ""
17
18
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
+ COMMAND svn co http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_371/final ${ep_base}/Source/llvm/tools/clang
20
DEPENDEES download
21
DEPENDERS update
22
0 commit comments