[clang-tools-extra] [clang-doc] fix bug introduced by asset test (PR #97540)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 10:55:12 PDT 2024
================
@@ -25,7 +25,11 @@ set(assets
)
set(asset_dir "${CMAKE_CURRENT_SOURCE_DIR}/../assets")
-set(resource_dir "${CMAKE_BINARY_DIR}/share/clang-doc")
+if(MSVC)
----------------
PeterChou1 wrote:
You're right this bug is specific to generators used I've update the code
https://github.com/llvm/llvm-project/pull/97540
More information about the cfe-commits
mailing list