[PATCH] Drop the udis86 build dependency

Eric Christopher echristo at gmail.com
Thu Jul 17 10:30:03 PDT 2014


Did you try to ping the original committer for this to check in about it?

-eric

On Thu, Jul 17, 2014 at 6:59 AM, Alp Toker <alp at nuanti.com> wrote:
> There's no need to incur a user-facing LLVM build dependency on the external
> udis86 project just to support a single debug print statement.
>
> The machine code is printed by LLVM and can be easily piped into udis86 (or
> indeed LLVM's own disassembler) to provide the same debugging experience
> without having to link a third-party disassembler into LLVM binaries.
>
> --
> http://www.nuanti.com
> the browser experts
>
>
> _______________________________________________
> 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