Dylan Baker

Results 375 comments of Dylan Baker

Also, I don't want to support linking to individual `.so`s, unless upstream LLVM has changed their policy and support that (last I knew they didn't support that, and I don't...

Right, sorry, you had mentiond that wasn't supported by your PR, and I just wanted to clarify we don't want that anyway :)

You’ll probably need to add a check inside the meson.build file that checks the llvm version and calls error() with `MESON_SKIP_TEST message`. There’s other tests that do this you can...

I don't think we have the tools in the harness to describe "link-shared + cmake will skip on bionic", only that "cmake skips on bionic" or "link-shared skps on bionic"

I started looking at the testing code, and I I can add support for skipping specific ci configurations, I just don’t get it done Friday

since bionic has been dropped from our CI this may Just Work™ if you rebase it.

@rilian-la-te Can you rebase this, and I’ll have a look at reviewing it again?

Ohhh that’s right. I started working on some infrastructure changes for dealing with that ash’s never finished…

Rebased and passing all tests locally (Only on Linux, and on nix some of the tests fail regardless, so there still might be some issues here)

So, umm. these msys failures are really intresting. We're getting something like `-I/D/some/path\`, and `shlex` is choking on that `\`, which it sees as an escape with no character.... So,...