Update lib/compiler-llvm/src/config.rs

Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
Syrus Akbary
2020-06-04 16:15:58 -07:00
committed by GitHub
parent fa6de35944
commit 616d475785

View File

@@ -143,7 +143,7 @@ impl LLVMConfig {
// The CPU features formatted as LLVM strings
// We can safely map to gcc-like features as the CPUFeatures
// are complaint with the same string representations as gcc.
// are compliant with the same string representations as gcc.
let llvm_cpu_features = cpu_features
.iter()
.map(|feature| format!("+{}", feature.to_string()))