Displaying 2 results from an estimated 2 matches for "a6d8ef9d".
2018 Jan 10
0
Linker Option support for ELF
Saleem Abdulrasool via llvm-dev <llvm-dev at lists.llvm.org> writes:
>> On Jan 9, 2018, at 2:32 AM, James Henderson <jh7370.2008 at my.bristol.ac.uk> wrote:
>>
>> By my understanding, the proposal is that the user input looks something like:
>>
>> #pragma linker_directive("lib", "m")
>>
>> which is passed essentially as
2018 Jan 10
3
Linker Option support for ELF
> On Jan 9, 2018, at 2:32 AM, James Henderson <jh7370.2008 at my.bristol.ac.uk> wrote:
>
> 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