mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Clean up some code
This commit is contained in:
parent
531bfbd61f
commit
ed161b240e
17 changed files with 107 additions and 182 deletions
|
@ -64,6 +64,7 @@
|
|||
(gcc-builtin-functions
|
||||
'("__has_attribute"
|
||||
"__has_builtin"
|
||||
"__has_feature"
|
||||
"__has_cpp_attribute"
|
||||
"__builtin_va_arg"
|
||||
"__builtin_va_copy"
|
||||
|
|
|
@ -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 "\\_<"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue