]> Kevux Git Server - fll/commitdiff
Bugfix: Incorrect build settings and testfile.
authorKevin Day <kevin@kevux.org>
Fri, 9 Jun 2023 04:21:41 +0000 (23:21 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 9 Jun 2023 04:21:41 +0000 (23:21 -0500)
The modes are incorrect.
Replace "individual-thread" with "individual_thread".

Update the testfile with the appropriate modes.

Add the "fanalyzer" settings.

level_3/fss_read/data/build/settings.basic
level_3/fss_read/data/build/settings.basic_list
level_3/fss_read/data/build/settings.embedded_list
level_3/fss_read/data/build/settings.extended
level_3/fss_read/data/build/settings.extended_list
level_3/fss_read/data/build/settings.main
level_3/fss_read/data/build/settings.payload
level_3/fss_read/data/build/testfile

index 4efa2bc90d2ab98e04e2a68b44071f278bddf8ac..6b42beaf79848d7781a3f4d5992c2d26a1f045ff 100644 (file)
@@ -12,7 +12,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual level monolithic clang test fanalyzer thread individual-thread threadless
+modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 modes_default monolithic thread
 
 build_compiler gcc
@@ -23,7 +23,7 @@ build_language c
 
 build_libraries -lc -lfss_read
 build_libraries-individual -lfll_error -lfll_file -lfll_fss -lfll_print -lfll_program -lfl_conversion -lfl_directory -lfl_fss -lfl_print -lf_color -lf_compare -lf_console -lf_conversion -lf_directory -lf_environment -lf_file -lf_fss -lf_memory -lf_parse -lf_path -lf_pipe -lf_print -lf_rip -lf_signal -lf_status_string -lf_string -lf_type_array -lf_utf
-build_libraries-individual-thread -lf_thread
+build_libraries-individual_thread -lf_thread
 build_libraries-level -lfll_2 -lfll_1 -lfll_0
 build_libraries-monolithic -lfll
 
@@ -56,6 +56,7 @@ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
 flags-test -O0 -fstack-protector -Wall
+flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 
 flags_library -fPIC
index aaacd3712017381c174d1034bd7c4f9b1fcf5284..5ff4ae4a771f6bd3214e8a2320cdb29ee0e80604 100644 (file)
@@ -12,7 +12,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual level monolithic clang test fanalyzer thread individual-thread threadless
+modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 modes_default monolithic thread
 
 build_compiler gcc
@@ -23,7 +23,7 @@ build_language c
 
 build_libraries -lc -lfss_read
 build_libraries-individual -lfll_error -lfll_file -lfll_fss -lfll_print -lfll_program -lfl_conversion -lfl_directory -lfl_fss -lfl_print -lf_color -lf_compare -lf_console -lf_conversion -lf_directory -lf_environment -lf_file -lf_fss -lf_memory -lf_parse -lf_path -lf_pipe -lf_print -lf_rip -lf_signal -lf_status_string -lf_string -lf_type_array -lf_utf
-build_libraries-individual-thread -lf_thread
+build_libraries-individual_thread -lf_thread
 build_libraries-level -lfll_2 -lfll_1 -lfll_0
 build_libraries-monolithic -lfll
 
@@ -56,6 +56,7 @@ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
 flags-test -O0 -fstack-protector -Wall
+flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 
 flags_library -fPIC
index 8439e34c44f8ff0278e8fc139f6055a08b05c05a..73ecd441f91bf9856e5c4a32752d500f138a50cd 100644 (file)
@@ -12,7 +12,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual level monolithic clang test fanalyzer thread individual-thread threadless
+modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 modes_default monolithic thread
 
 build_compiler gcc
@@ -23,7 +23,7 @@ build_language c
 
 build_libraries -lc -lfss_read
 build_libraries-individual -lfll_error -lfll_file -lfll_fss -lfll_print -lfll_program -lfl_conversion -lfl_directory -lfl_fss -lfl_print -lf_color -lf_compare -lf_console -lf_conversion -lf_directory -lf_environment -lf_file -lf_fss -lf_memory -lf_parse -lf_path -lf_pipe -lf_print -lf_rip -lf_signal -lf_status_string -lf_string -lf_type_array -lf_utf
-build_libraries-individual-thread -lf_thread
+build_libraries-individual_thread -lf_thread
 build_libraries-level -lfll_2 -lfll_1 -lfll_0
 build_libraries-monolithic -lfll
 
@@ -56,6 +56,7 @@ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
 flags-test -O0 -fstack-protector -Wall
+flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 
 flags_library -fPIC
index 4e4bef47790587f489b210138d07cf4349ab6d3e..3bbfd16e847d1faa815b9671ac0c6ecd247706c6 100644 (file)
@@ -12,7 +12,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual level monolithic clang test fanalyzer thread individual-thread threadless
+modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 modes_default monolithic thread
 
 build_compiler gcc
@@ -23,7 +23,7 @@ build_language c
 
 build_libraries -lc -lfss_read
 build_libraries-individual -lfll_error -lfll_file -lfll_fss -lfll_print -lfll_program -lfl_conversion -lfl_directory -lfl_fss -lfl_print -lf_color -lf_compare -lf_console -lf_conversion -lf_directory -lf_environment -lf_file -lf_fss -lf_memory -lf_parse -lf_path -lf_pipe -lf_print -lf_rip -lf_signal -lf_status_string -lf_string -lf_type_array -lf_utf
-build_libraries-individual-thread -lf_thread
+build_libraries-individual_thread -lf_thread
 build_libraries-level -lfll_2 -lfll_1 -lfll_0
 build_libraries-monolithic -lfll
 
@@ -56,6 +56,7 @@ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
 flags-test -O0 -fstack-protector -Wall
+flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 
 flags_library -fPIC
index d44be5cb6e5c63555bd0f6f12cb20ecc8771a142..a2ef716501e43ab1cf4b37d2dbba462742470e8f 100644 (file)
@@ -12,7 +12,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual level monolithic clang test fanalyzer thread individual-thread threadless
+modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 modes_default monolithic thread
 
 build_compiler gcc
@@ -23,7 +23,7 @@ build_language c
 
 build_libraries -lc -lfss_read
 build_libraries-individual -lfll_error -lfll_file -lfll_fss -lfll_print -lfll_program -lfl_conversion -lfl_directory -lfl_fss -lfl_print -lf_color -lf_compare -lf_console -lf_conversion -lf_directory -lf_environment -lf_file -lf_fss -lf_memory -lf_parse -lf_path -lf_pipe -lf_print -lf_rip -lf_signal -lf_status_string -lf_string -lf_type_array -lf_utf
-build_libraries-individual-thread -lf_thread
+build_libraries-individual_thread -lf_thread
 build_libraries-level -lfll_2 -lfll_1 -lfll_0
 build_libraries-monolithic -lfll
 
@@ -56,6 +56,7 @@ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
 flags-test -O0 -fstack-protector -Wall
+flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 
 flags_library -fPIC
index 059ee00d398936b74aed629b2c3dd6640d1073da..91e948cbb4cc56b0e64e466721d4d2b8079cbf57 100644 (file)
@@ -12,7 +12,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual level monolithic clang test fanalyzer thread individual-thread threadless
+modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 modes_default monolithic thread
 
 build_compiler gcc
@@ -23,7 +23,7 @@ build_language c
 
 build_libraries -lc -lfss_read
 build_libraries-individual -lfll_error -lfll_file -lfll_fss -lfll_print -lfll_program -lfl_conversion -lfl_directory -lfl_fss -lfl_print -lf_color -lf_compare -lf_console -lf_conversion -lf_directory -lf_environment -lf_file -lf_fss -lf_memory -lf_parse -lf_path -lf_pipe -lf_print -lf_rip -lf_signal -lf_status_string -lf_string -lf_type_array -lf_utf
-build_libraries-individual-thread -lf_thread
+build_libraries-individual_thread -lf_thread
 build_libraries-level -lfll_2 -lfll_1 -lfll_0
 build_libraries-monolithic -lfll
 
@@ -56,6 +56,7 @@ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
 flags-test -O0 -fstack-protector -Wall
+flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 
 flags_library -fPIC
index 4abcd9a80e0a992c80945762647c548c5815ea01..d00907b90928c5ff974526e0f00bd9e6e768b241 100644 (file)
@@ -12,7 +12,7 @@ version_micro 0
 version_file micro
 version_target minor
 
-modes individual level monolithic clang test fanalyzer thread individual-thread threadless
+modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 modes_default monolithic thread
 
 build_compiler gcc
@@ -23,7 +23,7 @@ build_language c
 
 build_libraries -lc -lfss_read
 build_libraries-individual -lfll_error -lfll_file -lfll_fss -lfll_print -lfll_program -lfl_conversion -lfl_directory -lfl_fss -lfl_print -lf_color -lf_compare -lf_console -lf_conversion -lf_directory -lf_environment -lf_file -lf_fss -lf_memory -lf_parse -lf_path -lf_pipe -lf_print -lf_rip -lf_signal -lf_status_string -lf_string -lf_type_array -lf_utf
-build_libraries-individual-thread -lf_thread
+build_libraries-individual_thread -lf_thread
 build_libraries-level -lfll_2 -lfll_1 -lfll_0
 build_libraries-monolithic -lfll
 
@@ -56,6 +56,7 @@ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno
 flags-thread -pthread
 flags-clang -Wno-logical-op-parentheses
 flags-test -O0 -fstack-protector -Wall
+flags-fanalyzer -fanalyzer
 flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/
 
 flags_library -fPIC
index e9f7afdbd09b67c0cbd966eb99febb4d02af6a29..1e79c8bba29a9ab654938d286f0a39dc145bf071 100644 (file)
@@ -7,7 +7,7 @@
 
 settings:
   fail exit
-  modes individual level monolithic clang test
+  modes individual individual_thread level monolithic clang test fanalyzer thread threadless
 
   environment PATH LD_LIBRARY_PATH
   environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH