[llvm-commits] [PATCH][CMake] Fixes for modules/LLVM.cmake

Óscar Fuentes ofv at wanadoo.es
Sun Apr 3 09:00:48 PDT 2011


arrowdodger <6yearold at gmail.com> writes:

> There are some typos in LLVM.cmake file and this patch fixes them.
> While there, export LLVM_ON_UNIX variable too.
>
> Index: cmake/modules/LLVM.cmake
> ===================================================================
> --- cmake/modules/LLVM.cmake	(revision 128786)
> +++ cmake/modules/LLVM.cmake	(working copy)
> @@ -20,10 +20,9 @@
>  
>  set(LLVM_ENABLE_PIC @LLVM_ENABLE_PIC@)
>  
> -set(LLVM_ENABLE_THREADS @LLVM_ENABLE_THREADS)
> -

Why do you remove LLVM_ENABLE_THREADS ?

[snip]




More information about the llvm-commits mailing list