[PATCH] D35077: [RFC] Build LLVM-C.dll on MSVC that exports only the C API

Alexander Benikowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 13:00:38 PDT 2017


Memnarch added a comment.

In https://reviews.llvm.org/D35077#838535, @Wallbraker wrote:

> Thanks for the review, I do not have commit access so somebody needs to commit this for me.
>
> Cheers. Jakob.


Just tried it and it worked like a charm, just one little issue(when building from VisualStudio):
CMAKE_BINARY_DIR will not include Debug/Release Subdirectory and therefore the pythonscript will complain about missing files. I just added my desired config to the path in the script and it worked.
The question is, is this fixable? Or did i do something wrong on my end?

EDIT: To avoid confusion, i do not have commit-access either


https://reviews.llvm.org/D35077





More information about the llvm-commits mailing list