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

Min-Yih Hsu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 27 22:27:20 PDT 2020


myhsu created this revision.
Herald added subscribers: cfe-commits, mgorny.
Herald added a reviewer: aaron.ballman.
Herald added a project: clang.
myhsu requested review of this revision.

1. Add M68K as new Clang target
2. Add new attribute to support M68K's ISR (Interrupt Service Routine)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88393

Files:
  clang/include/clang/Basic/Attr.td
  clang/lib/Basic/CMakeLists.txt
  clang/lib/Basic/Targets.cpp
  clang/lib/Basic/Targets/M680x0.cpp
  clang/lib/Basic/Targets/M680x0.h
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/Sema/SemaDeclAttr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88393.294601.patch
Type: text/x-patch
Size: 12642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200928/67d31b64/attachment.bin>


More information about the cfe-commits mailing list