================ @@ -135,6 +135,8 @@ if(NOT APPLE_EMBEDDED) $<TARGET_FILE_DIR:liblldb>/Resources/Clang/include COMMENT "LLDB.framework: copy clang vendor-specific headers" ) + + set(CLANG_RESOURCE_DIR ${clang_resource_headers_dir} CACHE FILEPATH "") ---------------- chelcassanova wrote:
Looked into this a little and it turns out that the code that handles searching for the clang headers in `LLDBFramework.cmake` looks to be overlapping with similar code in `lldb/source/API/CMakeLists.txt`. This should be a good opportunity to clean up that overlap. https://github.com/llvm/llvm-project/pull/136761 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits