Displaying 1 result from an estimated 1 matches for "1022567".
Did you mean:
102256
2012 May 24
2
[LLVMdev] LTO for smaller memory footprint for Clang
Hi all,
I was trying to use LTO facility of LLVM to reduce the footprint of
Clang itself. I build the ld-gold and LLVMgold.so as described at [1]
and then set the environment as described too. However, had to add the
path for plugin manually as Clang was not able pass it to ld
automatically. Following is the setting I used before starting to
build (small foot Clang.
CXX=clang++ -flto