[llvm-commits] [patch] make bugpoint more config-neutral

Daniel Dunbar daniel at zuster.org
Mon Aug 17 20:36:11 PDT 2009


Nice, thanks! Applied as r79309.

 - Daniel

On Sun, Aug 16, 2009 at 7:20 PM, Sandeep Patel<deeppatel1987 at gmail.com> wrote:
> Have bugpoint track either the first Module's triple or an override
> triple (using -mtriple) and use that triple to make runtime behavioral
> decisions. The decisions are a direct conversion of the preprocessor
> logic, except that IA64 was dropped.
>
> This fixes bugpoint usage to not make target decisions based on host
> compiler flags, such as Darwin cross targeting non-Darwin will now not
> add Darwin-specific linker flags.
>
> Only one config.h flag use remains and that's HAVE_LINK_R, which
> somebody who knows more about what it's for should replace if
> possible.
>
> deep
>
> _______________________________________________
> 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