[llvm] [JITLink][AArch32] Add TableGen Backend for Instr Encodings (PR #76996)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 05:15:46 PST 2024


================
@@ -20,6 +20,8 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MathExtras.h"
 
+#include "JITLinkAArch32.inc"
+
----------------
weliveindetail wrote:

I think we should include `JITLinkAArch32.inc` somewhere in the header instead

https://github.com/llvm/llvm-project/pull/76996


More information about the llvm-commits mailing list