Platin21
Platin21
I always wondered how it deals with atomic writes as i cannot get it to fire again when such a write happens.
I suspect it would make sense to have a llvmlib directory in which this library goes ideally setup with rpath‘s so that it doesn’t require a fixed position for the...
I think this was already discussed somewhere else. And it doesn’t make a lot of sense to throw an error when you explicitly make a new scope. But that’s a...
Seems like os is missing some calls there let me fix that shouldn't take long..
Already in the makings => #1471
@kim366 and @weshardee please check if it works now with this change.
Ok checked it out on arm seems like this also needs to be fixed: Undefined symbols for architecture arm64: "_fdopendir$INODE64", referenced from: _os._fdopendir-943 in main.o "_readdir_r$INODE64", referenced from: _os._readdir-946 in...
This is a arm only problem doesn't happen at x64 normally. I tried to add the calls for arm but it seems like it doesn't allow when inside foreign..?
Should be done now tested it on arm64 macOS
? Odin doesn’t take gb’s to build, but requires llvm and opt always. But yeah can understand why one would rather not build it himself. Also for what platform do...