From 703cc49915dbffa20e7608ec806234839ac67a20 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 4 Jul 2011 13:13:58 +0200 Subject: [PATCH] config/options: enable llvm support for r600 gallium driver Signed-off-by: Stephan Raue --- config/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/options b/config/options index 4e2afa2368..0be136f7b3 100644 --- a/config/options +++ b/config/options @@ -144,7 +144,7 @@ get_graphicdrivers() { # DRI_DRIVERS="$DRI_DRIVERS,r600" GALLIUM_DRIVERS="$GALLIUM_DRIVERS,r600" XORG_DRIVERS="$XORG_DRIVERS ati" -# LLVM_SUPPORT="yes" + LLVM_SUPPORT="yes" fi if [ "$drv" = "vmware" ]; then