{compiler}[intel/2017b] LLVM v5.0.0#5321
Conversation
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
| configopts = '-DBUILD_SHARED_LIBS=ON ' | ||
| # required to install extra tools in bin/ | ||
| configopts += '-DLLVM_INSTALL_UTILS=ON -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_ZLIB=ON ' | ||
| configopts += "-DLLVM_INSTALL_UTILS=ON -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_ZLIB=ON -DLLVM_ENABLE_RTTI=1 " |
There was a problem hiding this comment.
if you change the quotes on this line, also do it on the others
There was a problem hiding this comment.
I did where I could, but in some places there's a technical reason to use outer single quotes (which I prefer not to use when I can, for values that include spaces).
(created using
eb --new-pr)