[PATCH] D152318: [Fuchsia] Add llvm-strings to Fuchsia clang build

Haowei Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 7 01:49:49 PDT 2023


haowei added a comment.

In D152318#4402234 <https://reviews.llvm.org/D152318#4402234>, @mstorsjo wrote:

> FWIW, I'm curious about where you need `llvm-strings` in a MinGW setting. While it does match a GNU binutils tool, I'm kinda curious where it is needed.

llvm-strings exists in the `output_dir/bin` from a local llvm-mingw build using the scripts in your repo. So I think we might need it. I didn't dig into it why it exists in the first place. The current effort is to replicate the results. If it is not required I think there is no harm to added to Fuchsia's Clang configuration.

We are trying to build and setup a automated builder for llvm-mingw project using Fuchsia's Clang toolchain (instead of a pinned version of LLVM from llvm-mingw's build script) and using it to build some Windows host tools.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152318



More information about the cfe-commits mailing list