[PATCH] D138403: [LoongArch] Fix issue on CMake Xcode build configuration
Gong LingQin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 00:11:58 PST 2022
gonglingqin created this revision.
gonglingqin added reviewers: xen0n, xry111, SixWeining, wangleiat, MaskRay, XiaodongLoong.
Herald added a subscriber: StephenFan.
Herald added a project: All.
gonglingqin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add missing dependency for loongarch-resource-headers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138403
Files:
clang/lib/Headers/CMakeLists.txt
Index: clang/lib/Headers/CMakeLists.txt
===================================================================
--- clang/lib/Headers/CMakeLists.txt
+++ clang/lib/Headers/CMakeLists.txt
@@ -394,6 +394,7 @@
"hexagon-resource-headers"
"hip-resource-headers"
"hlsl-resource-headers"
+ "loongarch-resource-headers"
"mips-resource-headers"
"ppc-resource-headers"
"ppc-htm-resource-headers"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138403.476814.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221121/3c227e67/attachment.bin>
More information about the cfe-commits
mailing list