Summary: |
[llvmpipe] Does not build with LLVM 3.7.x on Windows |
Product: |
Mesa
|
Reporter: |
Florian Link <florianlink> |
Component: |
Other | Assignee: |
mesa-dev |
Status: |
RESOLVED
FIXED
|
QA Contact: |
mesa-dev |
Severity: |
normal
|
|
|
Priority: |
medium
|
CC: |
emil.l.velikov, jfonseca
|
Version: |
11.1 | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Patch that fixes the problem
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 121814 [details] Patch that fixes the problem The problem is that 'LLVMInstrumentation' needs to be linked as well, so scons/llvm.py needs to be changed for LLVM 3.7.x. I attached a patch that fixes the problem.