meson: Use cmake to find LLVM when building for windows
authorDylan Baker <dylan@pnwbakers.com>
Thu, 25 Jul 2019 21:27:43 +0000 (14:27 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 18 Oct 2019 20:02:58 +0000 (13:02 -0700)
commit821cf6942a390f5f64d8a2cff9933b24c84f7dc1
tree381173af020b9b2ccdc8c0ef4f7515a5209c44f3
parentb962c7c9713700ca02b698efb1dfdd28516ce580
meson: Use cmake to find LLVM when building for windows

We don't use cmake normally because it always results in static linking.
This is very problematic for *nix OSes which expect shared linking by
default, but for windows this isn't a problem as LLVM doesn't support
shared linking on windows anyway.

Reviewed-by: Adam Jackson <ajax@redhat.com>
meson.build