[llvm-bugs] [Bug 49056] New: split the lli.cpp code into a library and a main

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Feb 5 04:19:32 PST 2021


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: unassignedbugs at nondot.org
          Reporter: francis.andre.kampbell at orange.fr
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210205/8995e8b4/attachment-0001.html>


More information about the llvm-bugs mailing list