[llvm-bugs] [Bug 44255] New: static Create function declared in LLJIT.h does not exist

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 9 03:04:02 PST 2019


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

            Bug ID: 44255
           Summary: static Create function declared in LLJIT.h does not
                    exist
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: OrcJIT
          Assignee: unassignedbugs at nondot.org
          Reporter: raoulgough at yahoo.co.uk
                CC: 1101.debian at gmail.com, llvm-bugs at lists.llvm.org

LLJIT.h declares the function:

static Expected<std::unique_ptr<LLJIT>> Create(LLJITBuilderState &S);

This used to exist but was removed in the commit below, which leads to a linker
error when trying to build client code that uses it.

See also [ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder
utilities. 
https://github.com/llvm/llvm-project/commit/eb14dc7585b06d36802f5dcc258746d8f5cd57d6

-- 
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/20191209/2b62d481/attachment.html>


More information about the llvm-bugs mailing list