meson/mesonbuild/compilers
Michael Hirsch, Ph.D 5695dc0f16 add compiler.get_linker_id() method
this can be useful for if/elif where linker behaviors must be
considered.

For example, clang with "link" vs gcc with "ld.bfd" etc.

ci for compiler.get_linker_id() method

doc

add @FeatureNew check

Co-Authored-By: Daniel Mensinger <daniel@mensinger-ka.de>
2019-12-19 12:03:55 -05:00
..
mixins Merge pull request #6065 from dcbaker/pass-options-to-linker-detection 2019-12-17 21:09:26 +02:00
__init__.py Fix all flake8 warnings 2019-10-20 17:44:43 +03:00
c.py Merge pull request #6065 from dcbaker/pass-options-to-linker-detection 2019-12-17 21:09:26 +02:00
c_function_attributes.py Split attribute visibility 2019-06-25 00:02:26 +03:00
compilers.py add compiler.get_linker_id() method 2019-12-19 12:03:55 -05:00
cpp.py Merge pull request #6065 from dcbaker/pass-options-to-linker-detection 2019-12-17 21:09:26 +02:00
cs.py compilers: Make get_display_language a class or static method 2019-12-12 09:35:32 -08:00
cuda.py compilers: Make get_display_language a class or static method 2019-12-12 09:35:32 -08:00
d.py compilers: move language attribute to the class level 2019-12-12 09:35:30 -08:00
fortran.py compilers: Make get_display_language a class or static method 2019-12-12 09:35:32 -08:00
java.py compilers: move language attribute to the class level 2019-12-12 09:35:30 -08:00
objc.py compilers: Make get_display_language a class or static method 2019-12-12 09:35:32 -08:00
objcpp.py compilers: Make get_display_language a class or static method 2019-12-12 09:35:32 -08:00
rust.py compilers: move language attribute to the class level 2019-12-12 09:35:30 -08:00
swift.py compilers: move language attribute to the class level 2019-12-12 09:35:30 -08:00
vala.py compilers: move language attribute to the class level 2019-12-12 09:35:30 -08:00