Skip to content

Commit

Permalink
Merge branch 'llvm-module-clone-pass-integration' of github.com:Pavel…
Browse files Browse the repository at this point in the history
…-Durov/yk-fork into llvm-module-clone-pass-integration
  • Loading branch information
Pavel-Durov committed Oct 18, 2024
2 parents 2549476 + 12387b0 commit 6fd628e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/yk-config
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ handle_arg() {
# Use software-tracer pass
if [ "${YKB_TRACER}" = "swt" ]; then
OUTPUT="${OUTPUT} -Wl,--mllvm=--yk-basicblock-tracer"
OUTPUT="${OUTPUT} -Wl,--mllvm=--yk-module-clone"
fi
# Disable backend optimisations that Yk can't handle by adding the
# `optnone` attribute onto every function after high-level IR
Expand Down

0 comments on commit 6fd628e

Please sign in to comment.