Re: [Mesa-dev] [PATCH v2] clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR

2019-01-07 Thread Dylan Baker
Quoting Pierre Moreau (2019-01-07 12:30:17) > The version exported by LLVM in its CMake configuration files can > include the \u201csvn\u201d suffix when building a development version (for > example \u201c8.0.0svn\u201d). However the exported clang headers are still > found > under

[Mesa-dev] [PATCH v2] clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR

2019-01-07 Thread Pierre Moreau
The version exported by LLVM in its CMake configuration files can include the “svn” suffix when building a development version (for example “8.0.0svn”). However the exported clang headers are still found under “lib/clang/8.0.0/”, without the “svn” suffix. Meson takes care of removing the “svn”