Skip to content

Commit

Permalink
move llvm.*unwind file to llvmunwind (JuliaLang#42663)
Browse files Browse the repository at this point in the history
Removes unhappy file characters for Win32 as post-processing step
  • Loading branch information
vtjnash authored Oct 15, 2021
1 parent b3c268c commit 9f48f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/refresh_checksums.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pack-checksum-suitesparse: | checksum-libsuitesparse
pack-checksum-llvm pack-checksum-unwind: | pack-checksum-llvmunwind
# and the name for LLVMLibUnwind is awkward, so handle that with a regex
pack-checksum-llvmunwind: | pack-checksum-llvm.*unwind
@# nothing to do but disable the prefix rule
cd "$(JULIAHOME)/deps/checksums" && mv 'llvm.*unwind' llvmunwind

# define how to pack parallel checksums into a single file format
pack-checksum-%: FORCE
Expand Down
File renamed without changes.

0 comments on commit 9f48f42

Please sign in to comment.