mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 19:28:22 +00:00
Update lib/compiler-llvm/src/config.rs
Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user