Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
ThirdParty-common
Commits
c291d574
Commit
c291d574
authored
Apr 24, 2017
by
mark
Browse files
CONFIG: update version information for llvm
parent
d2da5b44
Changes
2
Hide whitespace changes
Inline
Side-by-side
BUILD.md
View file @
c291d574
...
...
@@ -352,6 +352,7 @@ The minimum CMake requirements for building various components.
3.3 ParaView-5.2.0
3.3 ParaView-5.3.0
3.4.3 llvm-3.9.1
3.4.3 llvm-4.0.0
3.5 ParaView-5.1.0
...
...
@@ -384,8 +385,8 @@ The minimum gcc/g++ requirements for building various components.
[
link clang
]:
http://llvm.org/releases/3.7.1/cfe-3.7.1.src.tar.xz
[
link llvm
]:
http://llvm.org/releases/3.7.1/llvm-3.7.1.src.tar.xz
[
newer clang
]:
http://llvm.org/releases/
3.9.1/cfe-3.9.1
.src.tar.xz
[
newer llvm
]:
http://llvm.org/releases/
3.9.1
/llvm-
3.9.1
.src.tar.xz
[
newer clang
]:
http://llvm.org/releases/
4.0.0/cfe-4.0.0
.src.tar.xz
[
newer llvm
]:
http://llvm.org/releases/
4.0.0
/llvm-
4.0.0
.src.tar.xz
<!-- parallel -->
...
...
makeLLVM
View file @
c291d574
...
...
@@ -32,15 +32,15 @@
# - Ensure that you always use matching versions between llvm and clang.
# - LLVM components such as clang reside in the LLVM tools/ subdirectory
#
# For example, when building from tar files (version
3.8
.0)
# For example, when building from tar files (version
4.0
.0)
#
# 1) Unpack LLVM:
# tar -xJ
v
f llvm-
3.8
.0.src.tar.xz
# mv llvm-
3.8
.0.src llvm-
3.8
.0
# tar -xJf llvm-
4.0
.0.src.tar.xz
# mv llvm-
4.0
.0.src llvm-
4.0
.0
#
# 2) Unpack Clang (also know as cfe):
# tar -xJ
v
f cfe-
3.8
.0.src.tar.xz
# mv cfe-
3.8
.0.src llvm-
3.8
.0/tools/clang
# tar -xJf cfe-
4.0
.0.src.tar.xz
# mv cfe-
4.0
.0.src llvm-
4.0
.0/tools/clang
#
# ----------------------------------------------
# NO USER-CONFIGURABLE SETTINGS WITHIN THIS FILE
...
...
@@ -101,6 +101,9 @@ do
llvm-[0-9]
*
|
llvm-svn
*
)
llvmPACKAGE
=
"
${
1
%%/
}
"
;;
[
1-9]
*
)
llvmPACKAGE
=
"llvm-
${
1
%%/
}
"
;;
*
)
die
"unknown option/argument: '
$1
'"
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment