[llvm] [JITLink][AArch32] Add TableGen Backend for Instr Encodings (PR #76996)
    Eymen Ünay via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jan  6 10:41:39 PST 2024
    
    
  
================
@@ -20,6 +20,8 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MathExtras.h"
 
+#include "JITLinkAArch32.inc"
+
----------------
eymay wrote:
I initially designed the backend to be Edge Kind dependent and for this reason I could not include the generated file in the header due to circular dependency issues. A Macro based design will solve this issue as the interpretation will be done in header instead of the backend. 
https://github.com/llvm/llvm-project/pull/76996
    
    
More information about the llvm-commits
mailing list