[PATCH] D130255: [Clang][LoongArch] Add initial LoongArch target and driver support

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 21 11:17:55 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: clang/test/Preprocessor/init-loongarch.c:1
+// RUN: %clang_cc1 -E -dM -ffreestanding -fgnuc-version=4.2.1 -triple=loongarch32 /dev/null \
+// RUN:   | FileCheck --match-full-lines --check-prefix=LA32 %s
----------------
`-triple `. The CC1 option is a `Separate` (yes, inconsistent).


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