Displaying 1 result from an estimated 1 matches for "6f878fc2".
2010 Jul 20
3
[LLVMdev] gold and debug information
On Tue, Jul 20, 2010 at 6:49 AM, Rafael Espindola <espindola at google.com> wrote:
>> export PATH="$LLVMPREFIX/bin:$LLVMGCCPREFIX/bin:$PATH"
>> export CC="llvm-gcc -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm"
>> export CXX="llvm-g++ -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm"
>> export RANLIB=/bin/true
>> export