Skip to content
Snippets Groups Projects
Commit 133fda11 authored by Tom Scogland's avatar Tom Scogland
Browse files

Merge remote branch 'origin/llvm-rework' into llvm-rework

parents 884f317d 31803d10
No related branches found
No related tags found
No related merge requests found
...@@ -206,8 +206,8 @@ def install(self, spec, prefix): ...@@ -206,8 +206,8 @@ def install(self, spec, prefix):
raise SpackException('The lldb variant requires the clang variant to be selected') raise SpackException('The lldb variant requires the clang variant to be selected')
with working_dir('spack-build', create=True): with working_dir('spack-build', create=True):
# cmake(*cmake_args) cmake(*cmake_args)
# make() make()
make("install") make("install")
query_path = os.path.join('bin', 'clang-query') query_path = os.path.join('bin', 'clang-query')
# Manually install clang-query, because llvm doesn't... # Manually install clang-query, because llvm doesn't...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment