File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ fn rust_flags(codegen_backend_path: &Path) -> String {
355
355
// NOTE(LegNeato) flags copied from `cuda-builder` are all above this line.
356
356
"-Zcrate-attr=no_std" . into ( ) ,
357
357
"-Zsaturating_float_casts=false" . into ( ) ,
358
- // NOTE(LegNeato) flags copied from `rust-gpu`'s compiletests are all below this
358
+ // NOTE(LegNeato) flags copied from `rust-gpu`'s compiletests are all below this
359
359
// line.
360
360
// Ensure the codegen backend is emitted in `.d` files to force Cargo
361
361
// to rebuild crates compiled with it when it changes (this used to be
@@ -413,9 +413,9 @@ fn dylib_path() -> Vec<PathBuf> {
413
413
}
414
414
}
415
415
416
- fn find_rustc_codegen_cuda ( ) -> PathBuf {
416
+ fn find_rustc_codegen_nvvm ( ) -> PathBuf {
417
417
let filename = format ! (
418
- "{}rustc_codegen_cuda {}" ,
418
+ "{}rustc_codegen_nvvm {}" ,
419
419
env:: consts:: DLL_PREFIX ,
420
420
env:: consts:: DLL_SUFFIX
421
421
) ;
You can’t perform that action at this time.
0 commit comments