$(LLVM_BIN_DIR)
#![no_builtins]
After #113716, we can make `#![no_builtins]` crates participate in LTO again. `#![no_builtins]` with LTO does not result in undefined references to the error.
They pass fine.