[PATCH] D88393: [cfe][M68k] (Patch 7/8) Basic Clang support

Min-Yih Hsu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 14:21:17 PST 2021


myhsu marked an inline comment as done.
myhsu added inline comments.


================
Comment at: clang/lib/Basic/Targets/M68k.cpp:142
+    const char *&Name, TargetInfo::ConstraintInfo &info) const {
+  // FIXME: implement
+  switch (*Name) {
----------------
jrtc27 wrote:
> This is implemented?
only part of the constraints are implements for now. I edit the FIXME comment and move to the end of switch statement


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88393/new/

https://reviews.llvm.org/D88393



More information about the cfe-commits mailing list