Skip to content

Commit 76e60a2

Browse files
trigpolynomjorge-ortega
authored andcommitted
format works and build works for linux
1 parent 31a1b03 commit 76e60a2

File tree

1 file changed

+0
-1
lines changed
  • crates/rustc_codegen_nvvm/src

1 file changed

+0
-1
lines changed

crates/rustc_codegen_nvvm/src/nvvm.rs

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ pub fn find_libdevice() -> Option<Vec<u8>> {
160160
.filter_map(Result::ok)
161161
.find(|f| f.path().extension() == Some(OsStr::new("bc")))?
162162
.path();
163-
164163
fs::read(libdevice_file).ok()
165164
} else {
166165
None

0 commit comments

Comments
 (0)