[clang] 0cf2286 - [LoongArch] Fix issue on CMake Xcode build configuration

via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 00:59:43 PST 2022


Author: gonglingqin
Date: 2022-11-22T16:49:50+08:00
New Revision: 0cf2286cb8f881e814f3eb42593d1cc7c817b19b

URL: https://github.com/llvm/llvm-project/commit/0cf2286cb8f881e814f3eb42593d1cc7c817b19b
DIFF: https://github.com/llvm/llvm-project/commit/0cf2286cb8f881e814f3eb42593d1cc7c817b19b.diff

LOG: [LoongArch] Fix issue on CMake Xcode build configuration

Add missing dependency for loongarch-resource-headers. This patch refers to D126892 to repair same error.

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

Added: 
    

Modified: 
    clang/lib/Headers/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/lib/Headers/CMakeLists.txt b/clang/lib/Headers/CMakeLists.txt
index b756dfed19abb..4206ef27e4ec3 100644
--- a/clang/lib/Headers/CMakeLists.txt
+++ b/clang/lib/Headers/CMakeLists.txt
@@ -394,6 +394,7 @@ add_dependencies("clang-resource-headers"
                  "hexagon-resource-headers"
                  "hip-resource-headers"
                  "hlsl-resource-headers"
+                 "loongarch-resource-headers"
                  "mips-resource-headers"
                  "ppc-resource-headers"
                  "ppc-htm-resource-headers"


        


More information about the cfe-commits mailing list