[PATCH] D101819: [M68k][GloballSel] Adding initial GlobalISel infrastructure

Sushma Unnibhavi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 23:24:00 PDT 2021


sushmaunnibhavi added inline comments.


================
Comment at: llvm/CMakeLists.txt:315
   XCore
+  M68k
   )
----------------
RKSimon wrote:
> M68k is an experimental target - it should NOT be added to any default target list
I will be temporarily keeping this in default targets since if I don't then when I submit the patch it will show "M68kGenRegisterBank.inc file not found" error. Maybe the buildbot does not check M68k backend with experimental_target_build flag. So I am keeping M68k in default targets temporarily.


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

https://reviews.llvm.org/D101819



More information about the llvm-commits mailing list