Dylan Baker
Dylan Baker
I think a rebase on master will fix the website
You're right! it's an actual error in the docs :/
I looked at this a little, and I can't find anywhere were the was explicit mention in the commit history that we did this on purpose, so I'm marking this...
You can set the `method` keyword argument in dependency() to force that, though your consumers doing host == build compiles may not appreciate it: ```meson dep_llvm = dependency( 'llvm', ...,...
I'm the author of the mesa meson files (and, the meson llvm integration). It's a mess, and we're aware of it. It *should* be possible to run a cross llvm-config...
I mean, if you really want to help me out and solve this for real, complain to upstream llvm that they don't have pkg-config files :)
Well, I went and complained at Tom about it. Maybe this time we can convince them to take the patches.
I think that either allowing `malloc:xxx` where `xxx` is an arbatrary thing, or `cc.has_function_attribute('malloc', arguments : 'foo_free, 1')` would be fine solutions. There are obviously advantages to both, so I'm...
I've rebased this on current main, and resolved a couple of the more trial reviews, I'm sure there will be some rebase issues that need resolution, and I'd like to...
@eli-schwartz I can't reproduce *any* of these failures. I even installed an Ubuntu container and all of the tests pass. Can you see if you can reproduce the one that's...