python3kgae created this revision. python3kgae added a reviewer: rastogishubham. Herald added subscribers: Anastasia, mgorny. Herald added a project: All. python3kgae requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
add missing dependency for hlsl-resource-headers and clang-resource-headers. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D126892 Files: clang/lib/Headers/CMakeLists.txt Index: clang/lib/Headers/CMakeLists.txt =================================================================== --- clang/lib/Headers/CMakeLists.txt +++ clang/lib/Headers/CMakeLists.txt @@ -378,6 +378,7 @@ "cuda-resource-headers" "hexagon-resource-headers" "hip-resource-headers" + "hlsl-resource-headers" "mips-resource-headers" "ppc-resource-headers" "ppc-htm-resource-headers"
Index: clang/lib/Headers/CMakeLists.txt =================================================================== --- clang/lib/Headers/CMakeLists.txt +++ clang/lib/Headers/CMakeLists.txt @@ -378,6 +378,7 @@ "cuda-resource-headers" "hexagon-resource-headers" "hip-resource-headers" + "hlsl-resource-headers" "mips-resource-headers" "ppc-resource-headers" "ppc-htm-resource-headers"
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits