Skip to content

Commit

Permalink
test: remove legacy pass manager since we do not use it anymore
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski committed Feb 22, 2024
1 parent a4a02b8 commit d314a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp-simple-example-1/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ cd work
echo "[+] Linking the projects"
../../../build/llvm-build/bin/clang++ -v -fsanitize=fuzzer-no-link -g -c -flto ../fuzzer.cpp -o fuzzer.o
echo "dos"
../../../build/llvm-build/bin/clang++ -v -fsanitize=fuzzer -g -flto -flegacy-pass-manager fuzzer.o -o fuzzer
../../../build/llvm-build/bin/clang++ -v -fsanitize=fuzzer -g -flto fuzzer.o -o fuzzer
echo "dres"

0 comments on commit d314a29

Please sign in to comment.