From 9d0df8207693c3ad2c3aa797a8a4fb8f3842edc0 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Thu, 28 Feb 2013 15:35:11 +0000 Subject: autotools: oprofilejit should be included in the list of LLVM components required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NOTE: This is a candidate for the stable branch. Signed-off-by: José Fonseca (cherry picked from commit 2506b035031d6022fec0465bffac8eedd43de0f9) --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 5701f8ad4ff..d75cf65e195 100644 --- a/configure.ac +++ b/configure.ac @@ -1682,6 +1682,9 @@ if test "x$enable_gallium_llvm" = xyes; then if $LLVM_CONFIG --components | grep -q '\'; then LLVM_COMPONENTS="${LLVM_COMPONENTS} mcjit" fi + if $LLVM_CONFIG --components | grep -q '\'; then + LLVM_COMPONENTS="${LLVM_COMPONENTS} oprofilejit" + fi if test "x$enable_opencl" = xyes; then LLVM_COMPONENTS="${LLVM_COMPONENTS} ipo linker instrumentation" -- cgit v1.2.3