Displaying 1 result from an estimated 1 matches for "0f5decfc".
2018 Jan 09
1
Linker Option support for ELF
James Henderson via llvm-dev <llvm-dev at lists.llvm.org> writes:
> By my understanding, the proposal is that the user input looks something
> like:
>
> #pragma linker_directive("lib", "m")
>
> which is passed essentially as is to the linker, i.e. the directive payload
> is a pair of strings, the first being "lib", the second "m".