Nikita Popov

Results 517 comments of Nikita Popov

Just as a side note, if you want to create LTO objects that contain both bitcode and ELF, the option is `-ffat-lto-objects`, not `-fembed-bitcode`.

`-ffat-lto-objects` produces an `.llvm.lto` section, not a `.llvmbc` section (which is for defunct Apple embedded bitcode). And of course you need to combine it with a `-flto` option, it's not...

> I for one would still advocate for omitting -Clto mapping even with recent clang versions, because it doesn't translate to instructions to the system linker, which effectively means that...

Have you checked whether this does help incremental builds in practice?

I'd like https://github.com/llvm/llvm-project/issues/63755 to be fixed before this lands. Rust will likely crash and burn otherwise.

A good heuristic would be to check the line of the name. If you want to be pedantic, get the token end position of the last attrgroup and then check...

Clang test failure is unrelated. llvm-opt-benchmark looks better on average at a glance.

> I don't know of a reason why this would be a problem. The MVE intrinsics already specify IntrWriteMem. Should we add it to the similar Arm neon intrinsics too,...

It's probably worth noting that it's also possible to get the `Error: could not connect to: http://127.0.0.1:8080/v1/chat/completions` error also in the case where you enter input too quickly, especially for...