From 4b383054d3e155f9e3c131105d257b88a3de9924 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 14 Jun 2010 17:36:17 +0100 Subject: [PATCH] gallivm: Omit references to NoFramePointerElimNonLeaf It was added after 2.7. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index 87e9f004878..5a9488b5f79 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp @@ -133,9 +133,6 @@ lp_set_target_options(void) #if defined(DEBUG) || defined(PROFILE) llvm::NoFramePointerElim = true; -#if HAVE_LLVM >= 0x0207 - llvm::NoFramePointerElimNonLeaf = true; -#endif #endif llvm::NoExcessFPPrecision = false; -- 2.30.2