[PATCH] D39491: [ELF] - Teach LLD to use information from .debug_str for error reporting.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 18:44:24 PDT 2017


George Rimar via Phabricator <reviews at reviews.llvm.org> writes:

>
> Index: test/ELF/conflict-debug-variable2.ll
> ===================================================================
> --- test/ELF/conflict-debug-variable2.ll
> +++ test/ELF/conflict-debug-variable2.ll
> @@ -0,0 +1,58 @@
> +; REQUIRES: x86
> +; RUN: llc %s -o %t.o -filetype=obj


LGTM on the code change, but I would prefer a llvm-mc test. llc is
probably just too unstable.

Cheers,
Rafael


More information about the llvm-commits mailing list