[PATCH] D13198: Fix `llvm-config` to adapt to the install environment.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 08:00:51 PST 2016
chapuni added a comment.
llvm-config is a tool for host's libraries, regardless of the target.
With cross compilation of clang/llvm, Both llvm-config (host's, aka
configure's --build) and llvm-config.exe should be built.
See also, http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/7293
It is using i686-mingw32-g++ on linux.
Repository:
rL LLVM
http://reviews.llvm.org/D13198
More information about the llvm-commits
mailing list