mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
autotools: oprofilejit should be included in the list of LLVM components required
NOTE: This is a candidate for the stable branch. Signed-off-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
6bc7605745
commit
2506b03503
1 changed files with 3 additions and 0 deletions
|
|
@ -1688,6 +1688,9 @@ if test "x$enable_gallium_llvm" = xyes; then
|
|||
if $LLVM_CONFIG --components | grep -q '\<mcjit\>'; then
|
||||
LLVM_COMPONENTS="${LLVM_COMPONENTS} mcjit"
|
||||
fi
|
||||
if $LLVM_CONFIG --components | grep -q '\<oprofilejit\>'; then
|
||||
LLVM_COMPONENTS="${LLVM_COMPONENTS} oprofilejit"
|
||||
fi
|
||||
|
||||
if test "x$enable_opencl" = xyes; then
|
||||
LLVM_COMPONENTS="${LLVM_COMPONENTS} ipo linker instrumentation"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue