Skip to content

Commit

Permalink
Fix unterminated strings in bolt makefiles (JuliaLang#55410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Aug 8, 2024
1 parent c767032 commit 07f563e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/bolt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FILES_TO_OPTIMIZE := $(shell for file in $(SYMLINKS_TO_OPTIMIZE); do readlink $(
AFTER_INSTRUMENT_MESSAGE:='Run `make finish_stage1` to finish off the build. $\
You can now optionally collect more profiling data by running Julia with an appropriate workload, $\
if you wish, run `make clean_profiles` before doing so to remove any profiling data generated by `make finish_stage1`. $\
You should end up with some data in $(PROFILE_DIR). Afterwards run `make merge_data && make bolt`. $\
You should end up with some data in $(PROFILE_DIR). Afterwards run `make merge_data && make bolt`.'

$(STAGE0_BUILD) $(STAGE1_BUILD):
$(MAKE) -C $(JULIA_ROOT) O=$@ configure
Expand Down
2 changes: 1 addition & 1 deletion contrib/pgo-lto-bolt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ FILES_TO_OPTIMIZE := $(shell for file in $(SYMLINKS_TO_OPTIMIZE); do readlink $(
AFTER_INSTRUMENT_MESSAGE:='Run `make finish_stage2` to finish off the build. $\
You can now optionally collect more profiling data by running Julia with an appropriate workload, $\
if you wish, run `make clean_profiles` before doing so to remove any profiling data generated by `make finish_stage2`. $\
You should end up with some data in $(BOLT_PROFILE_DIR). Afterwards run `make merge_data && make bolt`. $\
You should end up with some data in $(BOLT_PROFILE_DIR). Afterwards run `make merge_data && make bolt`.'

# When building a single libLLVM.so we need to increase -vp-counters-per-site
# significantly
Expand Down

0 comments on commit 07f563e

Please sign in to comment.