[clang] 436fef2 - [NFC] Fix issue on CMake Xcode build configuration.

via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 11:03:06 PDT 2022


Author: python3kgae
Date: 2022-06-03T11:03:02-07:00
New Revision: 436fef21efe35833622c71da705a9a50db246294

URL: https://github.com/llvm/llvm-project/commit/436fef21efe35833622c71da705a9a50db246294
DIFF: https://github.com/llvm/llvm-project/commit/436fef21efe35833622c71da705a9a50db246294.diff

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

add missing dependency for hlsl-resource-headers and clang-resource-headers.

Reviewed By: rastogishubham

Differential Revision: https://reviews.llvm.org/D126892

Added: 
    

Modified: 
    clang/lib/Headers/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/lib/Headers/CMakeLists.txt b/clang/lib/Headers/CMakeLists.txt
index fc321684f0c69..dfa3602b557b1 100644
--- a/clang/lib/Headers/CMakeLists.txt
+++ b/clang/lib/Headers/CMakeLists.txt
@@ -378,6 +378,7 @@ add_dependencies("clang-resource-headers"
                  "cuda-resource-headers"
                  "hexagon-resource-headers"
                  "hip-resource-headers"
+                 "hlsl-resource-headers"
                  "mips-resource-headers"
                  "ppc-resource-headers"
                  "ppc-htm-resource-headers"


        


More information about the cfe-commits mailing list