search for: d20179

Displaying 1 result from an estimated 1 matches for "d20179".

Did you mean: 20179
2016 May 13
4
[RFC] Fail early on unimplementable append linkage uses
...appending linkage can only be used with llvm special symbols that never hit a real .o. Long term I think we should delete it an replace with explicit use of section. But for now I would like to just error early if we try to actually put one in an object file. That is what http://reviews.llvm.org/D20179 does. Is everyone OK with that with a langref update? Cheers, Rafael