projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad2835
)
targets/opencl: Add clangASTMatchers library as dependency
author
Michel Dänzer
<michel.daenzer@amd.com>
Fri, 28 Jun 2019 09:07:39 +0000
(11:07 +0200)
committer
Michel Dänzer
<michel@daenzer.net>
Mon, 1 Jul 2019 10:54:40 +0000
(12:54 +0200)
Fixes link failure since clang r364424 "[clang/DIVar] Emit the flag for
params that have unmodified value", clangCodeGen depends on
clangASTMatchers now.
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/gallium/targets/opencl/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/targets/opencl/meson.build
b/src/gallium/targets/opencl/meson.build
index 317ad8dab4a42d09219d3178e7420628db31bd00..650a2054cfb801d8204a070604bdca7cefc1d226 100644
(file)
--- a/
src/gallium/targets/opencl/meson.build
+++ b/
src/gallium/targets/opencl/meson.build
@@
-51,6
+51,7
@@
libopencl = shared_library(
cpp.find_library('clangSema', dirs : llvm_libdir),
cpp.find_library('clangAnalysis', dirs : llvm_libdir),
cpp.find_library('clangAST', dirs : llvm_libdir),
+ cpp.find_library('clangASTMatchers', dirs : llvm_libdir),
cpp.find_library('clangEdit', dirs : llvm_libdir),
cpp.find_library('clangLex', dirs : llvm_libdir),
cpp.find_library('clangBasic', dirs : llvm_libdir),