Daniel Mensinger
|
09b53c534f
|
types: import typing as T (fixes #6333)
|
2020-01-08 15:28:17 +01:00 |
Andrei Alexeyev
|
c20d40789b
|
Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixin
|
2019-10-14 13:04:34 -07:00 |
Andrei Alexeyev
|
062a510a30
|
Implement get_asneeded_args in BasicLinkerIsCompilerMixin
|
2019-10-14 13:04:34 -07:00 |
Andrei Alexeyev
|
0845b7dd3d
|
Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixin
|
2019-10-14 13:04:34 -07:00 |
Andrei Alexeyev
|
9488e4acfe
|
Fix misnamed method in BasicLinkerIsCompilerMixin
get_allow_undefined_link_args is the compiler method
get_allow_undefined_args is the linker method
|
2019-10-14 13:04:34 -07:00 |
Aleksey Gurtovoy
|
75daed27bc
|
mesonlib.split_args/quote_arg/join_args
|
2019-09-05 23:42:47 +03:00 |
Dylan Baker
|
38d588bc6e
|
compilers/mixins: Add a module for mixins for compilers that are linkers
This is currently meant to solve problems for D's DMD compiler, however
it may be useful in other cases.
|
2019-08-14 13:13:23 -07:00 |