Laytan
Laytan
Probably related to #3762 's abi issues
A way to improve this further on Windows would be to detect segfaults specifically and have the compiler print its own message for them, you wouldn't want this on any...
Could you change the "usage example:" to "Example:" and indent the code with a tab so it generates nice docs like the other packages.
I think it's much better to just put this feature behind a check for llvm version > 20 and not bother with all the c++ and mangling hacks.
They do provide that, `LLVM_VERSION_MAJOR` iirc, if you grep the code we use it in a couple of other places.
I believe this is the case with any llvm version on slackware, they compile their llvm package differently from the "normal" distros
Same for me, I do get some output, for a bunch (all?) of the symbols: `warning: (arm64) could not find object file symbol for symbol _main.foo` Odin: dev-2023-07-nightly:1b365712 OS: macOS...
@Yawning could you review this?
> > With macos not supporting setting the name of another thread, should we just not support it anywhere, so we have a consistent API? > > I'm wondering whether...
> Virtual File System, working similarly to allocators, in that you call it with a Mode, instead of having to have vtable with all of `stat` , `open` , `close`...