Clean up some code

This commit is contained in:
Justine Tunney 2022-12-11 14:30:50 -08:00
parent 531bfbd61f
commit ed161b240e
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
17 changed files with 107 additions and 182 deletions

View file

@ -64,6 +64,7 @@
(gcc-builtin-functions
'("__has_attribute"
"__has_builtin"
"__has_feature"
"__has_cpp_attribute"
"__builtin_va_arg"
"__builtin_va_copy"

View file

@ -11,11 +11,15 @@
(c11
'("_Atomic"
"alignas"
"_Alignas"
"alignof"
"_Alignof"
"_Noreturn"
"_Generic"
"thread_local"
"_Thread_local"
"static_assert"
"_Static_assert"
"_Complex_I"
"_Imaginary_I"))
@ -30,8 +34,9 @@
"textexit"
"externinline"
"dontinline"
"noclone"
"dontclone"
"donothing"
"notsan"
"printfesque"
"flattenout"
"mallocesque"
@ -68,7 +73,9 @@
"frownedupon"
"wontreturn"
"noasan"
"nomsan"
"noubsan"
"smashmystack"
"initarray"
"mayalias"
"noinstrument"
@ -171,6 +178,7 @@
"__no_sanitize_address__"
"__no_address_safety_analysis__"
"__no_sanitize_thread__"
"__no_stack_protector__"
"__leaf__"
"__no_sanitize_undefined__"
"__no_split_stack__"
@ -203,7 +211,9 @@
(clang
'("__optnone__"
"__nodebug__"))
"__nodebug__"
"musttail"
"__musttail__"))
)
(concat "\\_<"

View file

@ -57,6 +57,7 @@
"__SSP_EXPLICIT__"
"__SANITIZE_ADDRESS__"
"__SANITIZE_THREAD__"
"__SANITIZE_MEMORY__"
"__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1"
"__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2"
"__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4"

View file

@ -164,7 +164,7 @@
((eq arg 3) "rel")
((eq arg 4) "dbg")
((eq arg 5) "")
((eq arg 6) "optlinux")
((eq arg 6) "llvm")
((eq arg 7) "tinylinux")
((eq arg 8) "tsan")
(default default)