[PATCH] D30998: [globalisel][tablegen] Handle LLVM_BUILD_GLOBAL_ISEL=OFF by emitting an empty tablegen-erated file.

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 10:58:26 PDT 2017


ab added inline comments.


================
Comment at: lib/Target/AArch64/AArch64InstructionSelector.cpp:41
 
+namespace llvm {
+
----------------
These don't need to be in the llvm namespace anymore, btw.


https://reviews.llvm.org/D30998





More information about the llvm-commits mailing list