LLVM Backend Skill Overview Expert skill for LLVM integration including IR generation, optimization passes, and native code emission. Capabilities - Generate LLVM IR from high-level AST/IR - Configure and run LLVM optimization passes - Implement custom LLVM passes - Handle LLVM type system mapping - Generate debug information (DWARF) - Configure target machine and code generation options - Implement LLVM JIT (ORC, MCJIT) integration - Handle cross-compilation target triples Target Processes - code-generation-llvm.js - jit-compiler-development.js - debugger-adapter-development.js - ir-design.j…