[PATCH] D27338: [globalisel] Tablegen-erate current Register Bank Information

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 09:44:29 PST 2017


ab added inline comments.


================
Comment at: lib/Target/AArch64/CMakeLists.txt:3
 
+tablegen(LLVM AArch64GenRegisterBank.inc -gen-register-bank)
 tablegen(LLVM AArch64GenRegisterInfo.inc -gen-register-info)
----------------
I didn't notice before, but now that you mention buildbot crashes: this should be in the if(LLVM_BUILD_GLOBAL_ISEL) block below.


https://reviews.llvm.org/D27338





More information about the llvm-commits mailing list