search for: appenduniqu

Displaying 3 results from an estimated 3 matches for "appenduniqu".

Did you mean: appendunique
2013 Jan 15
0
[LLVMdev] RFC: auto-linking IR proposal
...t; #1. Extend module-level metadata flags (llvm.module.flags) to support two > new behaviors: > > llvm::Module::Append - The value must be a list. Module flags with > equivalent unique IDs and this behavior will be appended in the order that > they are linked. > > llvm::Module::AppendUnique - The value must be a list. As with > llvm::Module::Append, module flags with equivalent unique IDs are appended > in the order that they are linked. However, identical MDNodes will only > appear once in the list (at the earliest seen position). > > #2. Define a new "known&quot...
2013 Jan 15
4
[LLVMdev] RFC: auto-linking IR proposal
...urrent proposal is as follows: -- #1. Extend module-level metadata flags (llvm.module.flags) to support two new behaviors: llvm::Module::Append - The value must be a list. Module flags with equivalent unique IDs and this behavior will be appended in the order that they are linked. llvm::Module::AppendUnique - The value must be a list. As with llvm::Module::Append, module flags with equivalent unique IDs are appended in the order that they are linked. However, identical MDNodes will only appear once in the list (at the earliest seen position). #2. Define a new "known" module level flag meta...
2018 Jan 07
1
Linker Option support for ELF
> On Jan 6, 2018, at 4:33 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Jan 6, 2018 12:05 PM, "Saleem Abdulrasool via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> On Jan 5, 2018, at 4:35 PM, Cary Coutant <ccoutant at gmail.com <mailto:ccoutant at gmail.com>> wrote: >>