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

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 11:03:17 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG436fef21efe3: [NFC] Fix issue on CMake Xcode build configuration. (authored by python3kgae).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126892/new/

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.434073.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220603/d8d7bb6c/attachment.bin>


More information about the cfe-commits mailing list