Skip to content

Commit 1ddd58e

Browse files
committed
fix name of pre prepare hook for LLVM
1 parent f14aa67 commit 1ddd58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eb_hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,8 +1600,8 @@ def post_easyblock_hook(self, *args, **kwargs):
16001600

16011601
PRE_PREPARE_HOOKS = {
16021602
'Highway': pre_prepare_hook_highway_handle_test_compilation_issues,
1603-
'LLVM': post_prepare_hook_llvm15_a64fx,
1604-
'Rust': post_prepare_hook_llvm15_a64fx,
1603+
'LLVM': pre_prepare_hook_llvm15_a64fx,
1604+
'Rust': pre_prepare_hook_llvm15_a64fx,
16051605
}
16061606

16071607
POST_PREPARE_HOOKS = {

0 commit comments

Comments
 (0)