Merge remote branch 'origin/llvm-rework' into llvm-rework
This commit is contained in:
commit
133fda11f2
1 changed files with 2 additions and 2 deletions
|
@ -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...
|
||||||
|
|
Loading…
Reference in a new issue