Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvm-config: update following the oe-core script
The Mesa Clover meson.build script passes two options to llvm-config script, --libs --ldflags. The script from meta-clang passes control to the native llvm-config script, which unfortunately results in the native dynamic linker option leaking to the cross build. Fix that by adopting the approach from OE-core and filter known options before calling into the native llvm-config. Signed-off-by: Dmitry Baryshkov <[email protected]>
- Loading branch information