From b10df26061e1473c85da5c73517fda75a0dd225d Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
The LLVM gold plugin implements the gold plugin interface on top of -libLTO. +libLTO. The same plugin can also be used by other tools such as ar and nm. @@ -145,7 +145,7 @@ $ llvm-gcc -use-gold-plugin a.a b.o -o main # <-- link with LLVMgold plugin
Gold informs the plugin that foo3 is never referenced outside the IR, leading LLVM to delete that function. However, unlike in the - libLTO + libLTO example gold does not currently eliminate foo4.
-- cgit v1.2.3