summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_misc.h
AgeCommit message (Collapse)Author
2009-11-06llvmpipe: Fix build with llvm 2.6.José Fonseca
Fixes bug 24949.
2009-10-28llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca
Basically mimic the llvm 2.6 way of linking execution engines and targets.