When using the llvm-bitcode-linker (linker-flavor=llbc) target-features are not passed through and are not handled by it. The llvm-bitcode-linker is mainly used as a self contained linker to link llvm bitcode for the nvptx64 target. It uses llvm-link, opt and llc internally. To prod...