[PATCH] D69103: Backend for NEC SX-Aurora

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 21 01:28:30 PST 2019


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: wdng.

LGTM



================
Comment at: llvm/lib/Target/VE/VETargetMachine.cpp:30
+  // Use ELF mangling
+  Ret += "-m:e";
+
----------------
I think just having a single string would be better unless you're planning on adding checks to control these, but it's not important


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69103





More information about the llvm-commits mailing list