Skip to content
Snippets Groups Projects
Verified Commit ebb17654 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add llvm_asm features

parent 5d45042d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#![no_std]
#![feature(asm)]
#![feature(linkage)]
#![feature(llvm_asm)]
#![feature(naked_functions)]
#[no_mangle]
......
#![no_std]
#![feature(asm)]
#![feature(linkage)]
#![feature(llvm_asm)]
#![feature(naked_functions)]
#[naked]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment