(original) (raw)
Hi Prashanth,
On Fri, Oct 10, 2014 at 10:56 AM, Prashanth Sharma <cs13m1017@iith.ac.in> wrote:
Hi ,Can anyone help me where regarding lexer code for LLVM IR code.I mean where is the lexer code for LLVM.(not lexer code for clang,I need after IR code generation)
The IR lexer is in lib/AsmParser/LLLexer.cpp.
- Hans