search for: linker_private_

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

Did you mean: linker_private
2012 Jun 07
1
[LLVMdev] linker_private* linkage
...tp://llvm.org/docs/LangRef.html#linkage_linker_private), it seems that a linker_private function cannot be removed by the optimizers. Only the linker can discard the symbol. However, I tested with 'opt -O1' and a function with *no users* is removed. Same thing happens with the other linker_private_* linkage types. Is my reading of the documentation correct (i.e., is this a bug in LLVM)? Thanks, Nuno