https://bugs.llvm.org/show_bug.cgi?id=49056

            Bug ID: 49056
           Summary: split the lli.cpp code into a library and a main
           Product: tools
           Version: 11.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: lli
          Assignee: unassignedb...@nondot.org
          Reporter: francis.andre.kampb...@orange.fr
                CC: llvm-bugs@lists.llvm.org

Hello

I would like to directly call the lli tool from a c++ code but not as a
executable. Thus, this enhancement is requesting for spliting the lli.cpp code
into

1/ a library with an lli API callable from a c++ code
2/ a main entry point to produce the lli.exe and using the above library

This would greatly improve the development of a unit test infrastructure for a
front end compiler.

Regards

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to