https://bugzilla.novell.com/show_bug.cgi?id=635602

https://bugzilla.novell.com/show_bug.cgi?id=635602#c0


           Summary: [llvm] runtime attempts to load libmono-llvm.so even
                    when llvm is not requested
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.8.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: JIT
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


Builds of other components (built against a build with --enable-loadedllvm) are
peppered with these warnings:

Mono Warning: llvm support could not be loaded.
llvm load failed: libmono-llvm.so: cannot open shared object file: No such file
or directory

We should not be attempting to load (or warning that we could not) unless llvm
is requested via --llvm (or in MONO_ENV_OPTIONS).

I've classified this as MAJOR because it is causing build errors in
gnome-sharp2 which has a part where some generated code is output on STDOUT and
the "llvm load failed" message gets appended to the generated code (though I
confess I don't see why it's on STDOUT).  This needs to be fixed so we can
release 2.8.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to