Skip to content

Commit

Permalink
🐛 Use new library name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharp0802 committed Jan 26, 2025
1 parent 02c0698 commit 2ebb339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllif/Frontend/C/test/use-c/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PREDIR="$(pwd)"
cd "$(dirname $(realpath $0))"

# Compile test source with plugin
(clang++ -fplugin="$1/build/lib/MLLIFC.so" -g -S -emit-llvm -Werror main.cxx -o main.ll) || exit 1
(clang++ -fplugin="$1/build/lib/MLLIFCFront.so" -g -S -emit-llvm -Werror main.cxx -o main.ll) || exit 1

# Restore environment
cd "$PREDIR"

0 comments on commit 2ebb339

Please sign in to comment.