[PATCH] D149119: [CMake] Use llvm-nm to extract symbols for staged LTO builds on Windows

Igor Kudrin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 25 18:57:17 PDT 2023


ikudrin added a comment.

In D149119#4295110 <https://reviews.llvm.org/D149119#4295110>, @tmatheson wrote:

> This looks like a nice addition. Would it make sense to use llvm-nm always, not restricted to bootstrap builds? And would that work on Windows and allow us to simplify this script substantially by using one tool for all platforms?

If I understand it right, we might not be able to build `llvm-nm` in cases like cross-platform building, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149119



More information about the cfe-commits mailing list