[PATCH] D67053: [LLD] [COFF] Resolve source locations for undefined references using dwarf

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 1 19:11:42 PDT 2019


MaskRay added inline comments.
Herald added a subscriber: ormris.


================
Comment at: test/COFF/undefined-symbol-dwarf.s:15
+# CHECK-NEXT: >>> referenced by {{.*}}.o:(myptr)
+
+	.text
----------------
clang -S output is verbose. Many directives in this file are not significant and they should be deleted to improve readability. The relocations are not resolved. Does that cause any problem?


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67053/new/

https://reviews.llvm.org/D67053





More information about the llvm-commits mailing list