[PATCH] D130255: [Clang][LoongArch] Add initial LoongArch target and driver support
Lu Weining via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 21 22:01:54 PDT 2022
SixWeining added inline comments.
================
Comment at: clang/lib/Basic/Targets/LoongArch.cpp:26
+ // TODO: To be implemented in future.
+ return ArrayRef<const char *>();
+}
----------------
MaskRay wrote:
> `return {}`
Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130255/new/
https://reviews.llvm.org/D130255
More information about the cfe-commits
mailing list