[PATCH] D23667: [AAP] (3) Add AAP backend stub

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 08:07:23 PDT 2016


asb added a reviewer: asb.
asb added inline comments.


================
Comment at: lib/Target/AAP/TargetInfo/AAPTargetInfo.cpp:16
+namespace llvm {
+Target TheAAPTarget;
+}
----------------
In rL283702, all the in-tree backends changed to put TheFooTarget behind a getter. This patch should do the same.


https://reviews.llvm.org/D23667





More information about the llvm-commits mailing list