Skip to content
Snippets Groups Projects
Commit d4d31ad0 authored by Per Lindgren's avatar Per Lindgren
Browse files

llvm_asm (compatibility)

parent 06272061
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ authors = ["pln <Per Lindgren>"] ...@@ -5,7 +5,7 @@ authors = ["pln <Per Lindgren>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
cstr_core = "0.1.2" cstr_core = "0.2.2"
[features] [features]
inline-asm = [] inline-asm = []
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
//! TODO: better documentation (as always) //! TODO: better documentation (as always)
#![no_std] #![no_std]
#![cfg_attr(feature = "inline-asm", feature(asm))] #![cfg_attr(feature = "inline-asm", feature(llvm_asm))]
// re-exports for klee-analysis // re-exports for klee-analysis
#[cfg(feature = "klee-analysis")] #[cfg(feature = "klee-analysis")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment