[lld] r175657 - [ELF][Writer] Add .interp section.

Shankar Easwaran shankare at codeaurora.org
Wed Feb 20 18:03:51 PST 2013


I dont think there is a need for a FIXME, because this is the default 
and usually the linker is called with the -dynamic-linker option.

Thanks

Shankar Easwaran

On 2/20/2013 6:05 PM, Sean Silva wrote:
> +  virtual StringRef getInterpreter() const {
> +    return "/lib64/ld-linux-x86-64.so.2";
> +  }
> +
>
> I don't think our FreeBSD friends are going to be too happy about
> this. At least leave a FIXME.
>
> -- Sean Silva
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation




More information about the llvm-commits mailing list