[PATCH] D52038: [LLD][ELF][AArch64] Guard --fix-cortex-a53-843419 against --just-syms

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 08:14:05 PDT 2018


ruiu added a comment.

As to importing local symbols, I think we don't do anything special for --just-symbols. When you pass an object file as an argument for --just-symbols, we ignore section contents, but all symbols are handled normally.


https://reviews.llvm.org/D52038





More information about the llvm-commits mailing list