aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGil Pitney <gil.pitney@linaro.org>2015-07-28 22:16:16 +0000
committerGil Pitney <gil.pitney@linaro.org>2015-07-28 22:16:16 +0000
commitd2cc396ab3bdf074a785cc556971170599a8a726 (patch)
tree5c655e0fde090c6cd91b0cfc41397bc9a6138da8 /README
parentc9619d1d796e958d2b6f129db488926b7e270d01 (diff)
Updated README, ISSUES, TODO files for v1.2 release of Shamrock
Also updated detailed analysis of Khronos failing tests for posterity. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a88da93..09e4481 100644
--- a/README
+++ b/README
@@ -50,7 +50,7 @@ Usage: cmake <project_src_dir> <optional_defines>*
If LLVM lives in a private path:
-DLLVM_CONFIG_EXECUTABLE=<path to private llvm-config version>
-If your Clang is installed to a different location than LLVM,
+If Clang is installed to a different location than LLVM,
then define CLANG_INCLUDE_DIR and CLANG_LIB_DIR on the cmake cmd line:
-DCLANG_INCLUDE_DIR=/opt/clang/include -DCLANG_LIB_DIR=/opt/clang/lib