[llvm-commits] ELF sections in X86AsmTargetAsm.cpp

Evan Cheng evan.cheng at apple.com
Wed May 2 13:21:39 PDT 2007


Looks safe to me. :-) But I don't have access to a Linux box to  
verify. Anton, can you check?

Evan
On May 1, 2007, at 6:50 AM, Dan Gohman wrote:

> The attached patch sets the section names for fixed-size constants for
> ELF on x86 to match what GCC uses, and it uses the mergeable flag so
> that duplicate constants can be merged.
>
> This works for me with GAS; are there other assemblers (or linkers?)
> being used with LLVM on x86 ELF targets that don't support this?
> It looks like nasm/yasm wouldn't accept some of the other things
> that LLVM currently emits anyway..
>
> Dan
>
> -- 
> Dan Gohman, Cray Inc.
> <patch>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list