[llvm-commits] [llvm-gcc-4.2] r63633 - /llvm-gcc-4.2/trunk/gcc/gcc.c

Chris Lattner clattner at apple.com
Tue Feb 3 16:27:25 PST 2009


On Feb 3, 2009, at 3:28 PM, Rafael Espindola wrote:

>> Please use the LTDL_SUFFIX (or whatever) macro which indicates  
>> whether
>> a dynamic library suffix is ".so" or ".dylib" or .somethingelse.
>
> There is LTDL_SHLIB_EXT, but it is not available in gcc.c. Could not
> find any constant with the suffix...

ok, no worries.

>> know that gold currently only supports elf, but it would be nice to
>> keep the code general.  Also, please make sure to wrap your llvm-gcc
>> changes with "LLVM LOCAL" markers so that the changes don't get lost
>> in merges.
>
> Done.


Thanks!




More information about the llvm-commits mailing list