gallivm: JIT symbol resolution with linux perf.
Details on docs/llvmpipe.html Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -1601,13 +1601,6 @@ if test "x$enable_gallium_llvm" = xyes; then
|
||||
LLVM_COMPONENTS="${LLVM_COMPONENTS} mcjit"
|
||||
fi
|
||||
|
||||
if test "x$enable_debug" = xyes; then
|
||||
# Debug builds require OProfileJIT if LLVM was built with support for it
|
||||
if $LLVM_CONFIG --components | grep -q '\<oprofilejit\>'; then
|
||||
LLVM_COMPONENTS="${LLVM_COMPONENTS} oprofilejit"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "x$enable_opencl" = xyes; then
|
||||
LLVM_COMPONENTS="${LLVM_COMPONENTS} ipo linker instrumentation"
|
||||
# LLVM 3.3 >= 177971 requires IRReader
|
||||
|
Reference in New Issue
Block a user