[PATCH] D126892: [NFC] Fix issue on CMake Xcode build configuration.

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 2 09:39:45 PDT 2022


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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126892.433774.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220602/48c4dbb7/attachment.bin>


More information about the cfe-commits mailing list