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"


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to