https://bugs.freedesktop.org/show_bug.cgi?id=44564

             Bug #: 44564
           Summary: Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 55273
  --> https://bugs.freedesktop.org/attachment.cgi?id=55273
Use LLVM_LIBS="`$LLVM_CONFIG --libs engine`"

As llvm-config says:

Typical components:
  all               All LLVM libraries (default).
  engine            Either a native JIT or a bitcode interpreter.

`all` contains MIPS/ARM/etc libs, which [AFAIU] is not actually used and is not
necessary installed, which leads to build/linking error due to missing
libraries.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to