[LLVMdev] [patch] arm: external weak in constant pool

Bill Wendling isanbard at gmail.com
Wed Dec 20 11:16:52 PST 2006


Hi Lauro,

Just a stylistic remark; In your "llvm.patch" file, there are tabs in
these lines:

+	if (GV->hasExternalWeakLinkage()) {
+	  ExtWeakSymbols.insert(GV);
+	}

Others will need to review the patch for correctness, though.

-bw

On 12/20/06, Lauro Ramos Venancio <lauro.venancio at gmail.com> wrote:
> Adds external weak symbols of constant pool to ExtWeakSymbols set.
>
>
> Lauro
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>
>



More information about the llvm-dev mailing list