KhronosGroup / webcl-validator

WebCL Validator
Other
38 stars 8 forks source link

Update build instructions in README.md #71

Closed elhigu closed 10 years ago

elhigu commented 10 years ago

Building changed slightly when system was ported to work with unmodified llvm 3.4 branch.

To compile validator with llvm/clang 3.4 one needs to first checkout webcl-validator master to llvm source directory llvm-3.4/tools/clang/tools/webcl-validator and add add_subdirectory(webcl-validator) line to llvm-3.4/tools/clang/tools/CMakeLists.txt.

elhigu commented 10 years ago

I actually fixed this yesterday as I promised in #79 comments.