kikairoya wrote: https://github.com/llvm/llvm-project/blob/53359252688692f2b0e25f529335848db94cc166/clang/tools/libclang/CMakeLists.txt#L88-L93
MSVC doesn't use `libclang.def` and doesn't export `clang_install_aborting_llvm_fatal_error_handler`. ``` $ llvm-readobj --coff-exports '/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm/bin/libclang.dll' | grep clang_install || echo not found not found ``` https://github.com/llvm/llvm-project/pull/147108 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits