[PATCH] D88394: [Driver][M68k] (Patch 8/8) Add driver support for M68k

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 17 03:35:55 PST 2020


rengolin added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:3125
+foreach i = {0-4} in
+  def m680#i#0 : Flag<["-"], "m680"#i#"0">, Group<m_m68k_Features_Group>;
 
----------------
Same question as @RKSimon had below: Shouldn't this cover all models the back-end recognises?


================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2089
+  static const char *const M68kTriples[] = {
+      "m68k-linux-gnu", "m68k-unknown-linux-gnu", "m68k-suse-linux"};
+
----------------
The front-end supports FreeBSD, too.


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

https://reviews.llvm.org/D88394



More information about the cfe-commits mailing list