================
@@ -168,6 +169,9 @@ if(ENABLE_SHARED)
# If llvm/libclang-cpp dll is also being built for windows clang c++
symbols will still be
# implicitly be exported from libclang.
target_compile_definitions(libclang PRIVATE CLANG_BUILD_STATIC)
+ if(LLVM_ENABLE_RPMALLOC)
----------------
zmodem wrote:
Maybe adding a macro would be worth it.
Or, if we want an rpmalloc-specific DllMain.cpp, I think it should live closer
to rpmalloc in llvm/lib/Support/ and get added from
llvm/lib/Support/CMakeLists.txt
https://github.com/llvm/llvm-project/pull/171465
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits