Skip to content

Commit a173a53

Browse files
committed
LLVM: Write CMake arguments after updating runtime args in multi-step build
Updated runtime arguments for offloading were potentially ignored, as they were never passed to CMake. Did not occur with EB develop, but with EB 5.0.0. Signed-off-by: Jan André Reuter <[email protected]>
1 parent 98ff120 commit a173a53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

easybuild/easyblocks/l/llvm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@ def configure_step3(self):
672672
self._cmakeopts = {}
673673
self._configure_general_build()
674674
self._configure_final_build()
675+
# Update runtime CMake arguments, as they might have
676+
# changed when configuring the final build arguments
677+
self._add_cmake_runtime_args()
675678
if self.full_llvm:
676679
self._cmakeopts.update(remove_gcc_dependency_opts)
677680

0 commit comments

Comments
 (0)