issues
search
system76
/
firmware-update
System76 Firmware Update Utility
GNU General Public License v3.0
204
stars
15
forks
source link
Update toolchain to 2020-07-27
#22
Closed
crawfxrd
closed
4 years ago
crawfxrd
commented
4 years ago
Specify LTO in the build protfile instead of as a flag to rustc
Switch from
asm!()
to
llvm_asm!()
Update dependencies with build errors
Update target data layout for newer LLVM releases
Remove unused compiler-builtins
asm!()
tollvm_asm!()