Skip to content

Commit

Permalink
chore: remove experimental pass manager option
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Nov 7, 2023
1 parent a2f88d9 commit f52a0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mutation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (ENABLE_MUTATION_TESTING_TEST)

add_executable(test-mutation EXCLUDE_FROM_ALL test.cpp)
target_compile_options(test-mutation PRIVATE
-g -O0 -grecord-command-line -fprofile-instr-generate -fcoverage-mapping -fexperimental-new-pass-manager -fpass-plugin=/usr/lib/mull-ir-frontend
-g -O0 -grecord-command-line -fprofile-instr-generate -fcoverage-mapping -fpass-plugin=/usr/lib/mull-ir-frontend
)
target_link_libraries(test-mutation PRIVATE gmock_main)
add_test(NAME test-mutation COMMAND mull-runner $<TARGET_FILE:test-mutation>)
Expand Down

0 comments on commit f52a0c1

Please sign in to comment.