[all-commits] [llvm/llvm-project] cf6527: [llvm-shlib] Fix windows build failed while llvm n...
Qiaojin.Bao via All-commits
all-commits at lists.llvm.org
Tue Oct 19 01:21:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf65271e462f0626157a06f2f3a9615b4987c24e
https://github.com/llvm/llvm-project/commit/cf65271e462f0626157a06f2f3a9615b4987c24e
Author: Qiaojin.Bao <qiaojin.bao at amd.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)
Changed paths:
M llvm/tools/llvm-shlib/CMakeLists.txt
Log Message:
-----------
[llvm-shlib] Fix windows build failed while llvm non-standalone building.
While build llvm-project as a sub-project on windows, met a build error:
libllvm-c.exports /llvm/bin\llvm-nm.exe: error: ...builds/rel64ninja/./lib/LLVMDemangle.lib: no such file or directory
The libllvm-c.exports, libllvm-c.args, and lib/*.lib should under LLVM_BINARY_DIR, using CMAKE_BINARY_DIR will cause 'no such file' error while llvm-project built as a sub-project.
More information about the All-commits
mailing list