summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorDenis Steckelmacher <steckdenis@yahoo.fr>2011-10-26 13:31:24 +0200
committerDenis Steckelmacher <steckdenis@yahoo.fr>2011-10-26 13:31:24 +0200
commitded5c89ad7acc85a8603317bc17806564f08af91 (patch)
tree329fc760e33d284b25cef73ae6b68a78032d2170 /cmake/modules
parent750754c5e57953b0231cad56a392461b6e92c7ff (diff)
Implement more OpenCL C built-insHEADmaster
exp2, exp10, expm1, fabs, fdim, floor, fma, fmin, trunc, fmod, fract, frexp, sqrt, hypot, ilogb and ldexp.
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindLLVM.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/FindLLVM.cmake b/cmake/modules/FindLLVM.cmake
index 9808215..2659b45 100644
--- a/cmake/modules/FindLLVM.cmake
+++ b/cmake/modules/FindLLVM.cmake
@@ -20,6 +20,8 @@ else (LLVM_INCLUDE_DIR)
find_program(LLVM_CONFIG_EXECUTABLE
NAMES llvm-config
PATHS
+ /usr/bin
+ /usr/local/bin
/opt/local/bin
)