setup: Added clang and llvm

Adds clang and llvm include directories and libraries to the build. The
environment variable CLANG_DIR is used to define the location of llvm
and clang. A simple clang tool implementation was added to assure proper
operation of the libraries.
This commit is contained in:
Eberhard Graether
2014-04-09 16:25:32 +02:00
parent 9902288cab
commit 4b4c9f56d8
7 changed files with 150 additions and 21 deletions
+2
View File
@@ -7,11 +7,13 @@
* QT 5.2.1
* CxxTest 4.3
* Valgrind 3.9.0(linux, macOS)
* Clang & LLVM (installation guide http://clang.llvm.org/docs/LibASTMatchersTutorial.html)
##### Environment Variables
* QT_DIR - ...\Qt\Qt5.2.1\5.2.1\<IDE>\
* CXX_TEST_DIR - .../cxxtest-4.3/
* CLANG_DIR - .../clang-llvm/
For Win32:
* VLD_DIR - .../Visual Leak Detector