File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ $(info Using LLVM_BUILD_PATH = $(LLVM_BUILD_PATH))
6161$(info Using LLVM_BIN_PATH = $(LLVM_BIN_PATH))
6262$(info -----------------------------------------------)
6363
64- CXXFLAGS := -O0 -g -std=c++14
64+ CXXFLAGS := -O0 -g -std=c++20
6565PLUGIN_CXXFLAGS := -fpic
6666
6767LLVM_CXXFLAGS := ` $( LLVM_CONFIG) --cxxflags`
Original file line number Diff line number Diff line change 44
55./force_cover examples/example.cc -- > testing/observed_example.cc
66diff testing/observed_example.cc testing/expected_outputs/example.cc
7- ./force_cover examples/header_file_with_templates.hpp -- -language c++ -std=c++14 > testing/header_file_with_templates.hpp || true
7+ ./force_cover examples/header_file_with_templates.hpp -- -language c++ -std=c++20 > testing/header_file_with_templates.hpp || true
88diff testing/header_file_with_templates.hpp testing/expected_outputs/header_file_with_templates.hpp
99clang++ testing/observed_example.cc -fprofile-instr-generate -fcoverage-mapping -o testing/observed_example
1010cd testing && ./observed_example
@@ -26,4 +26,4 @@ result=$(coverage run -a fix_coverage.py)
2626if [ " $result " != " Usage: python fix_coverage.py [name_of_coverage_report_file]" ];
2727then
2828 exit 1;
29- fi
29+ fi
You can’t perform that action at this time.
0 commit comments