search for: build_config_gold_release

Displaying 2 results from an estimated 2 matches for "build_config_gold_release".

2012 May 24
2
[LLVMdev] LTO for smaller memory footprint for Clang
...ld.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 -Wl,--plugin=/home/wer/llvm-3.0/build_config_gold_release/Release/lib/LLVMgold.so CFLAGS=-O3 CC=clang -flto -Wl,--plugin=/home/wer/llvm-3.0/build_config_gold_release/Release/lib/LLVMgold.so RANLIB=/bin/true Then configured and did the build for LLVM. While building Clang tool, there may be large part of LLVM/Clang libraries which are not used by Clang. S...
2012 May 24
0
[LLVMdev] LTO for smaller memory footprint for Clang
...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 > -Wl,--plugin=/home/wer/llvm-3.0/build_config_gold_release/Release/lib/LLVMgold.so > CFLAGS=-O3 > CC=clang -flto -Wl,--plugin=/home/wer/llvm-3.0/build_config_gold_release/Release/lib/LLVMgold.so > RANLIB=/bin/true > > Then configured and did the build for LLVM. While building Clang tool, > there may be large part of LLVM/Clang libraries w...