silvanshade

Results 36 comments of silvanshade

I published a fork at [lasso2](https://crates.io/crates/lasso2) with a fix for this. I will try to keep it maintained so contributions are welcome.

I wonder if one approach that might work for combining these two approaches would be if we could use a kind of multi-phased strategy for generating `icrate`. Something like this:...

Yeah, I think that would interesting for sure. I did look into doing a web extension briefly early on but decided to try a stand alone example with Monaco first...

Maybe it would be reasonable to add special handling for the nvidia driver in the LTO case to automatically set this ThinLTO cache dir in order to avoid build failures?...

> For starters, add it to this list: > > https://github.com/chaotic-cx/nyx/blob/8cb2e4eb3422d099ce80c95accfbba917c45622d/pkgs/linux-cachyos/default.nix#L42 > > This triggers the fixes from: > > https://github.com/chaotic-cx/nyx/blob/8cb2e4eb3422d099ce80c95accfbba917c45622d/pkgs/linux-cachyos/lib/llvm-module-overlay.nix#L8 Oh interesting, I'll try that. Thanks. > Edit: Also,...

> thinlto cache got deprecated tho. @ptr1337 are you sure it's deprecated? I don't see anything about deprecation in `ld.lld --help` nor anywhere in the llvm-project sources or repo.

I just tried the approach I described originally again and it still works with linux 6.11.4 and clang 19 (and presumably 20 since the lto cache options are still there)....

@ptr1337 I understand what you mean now. But it seems fine to use it in manually specified `KBUILD_LDFLAGS`, right? Or are you suggesting there is some deeper problem with using...

Yeah, this is not ideal. The goal is eventually to have the header translator that generates the Rust code from the Objective-C framework headers do a platform-specific analysis (e.g., for...

I believe it was excluded because at the time I wasn't able to get it to build with MinGW, but I don't remember the details. If it is working though...