aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/has-link-argument.md
blob: 7beda63608a908543dcc1d65ed6f58b98985ff4d (plain)
1
2
3
4
5
6
7
8
9
## has_link_argument() and friends

A new set of methods has been added on compiler objects to test if the linker
supports given arguments.

- `has_link_argument()`
- `has_multi_link_arguments()`
- `get_supported_link_arguments()`
- `first_supported_link_argument()`