Explorar o código

Make the name of the intermediate library more closely match the intrinsic

Josh Triplett %!s(int64=4) %!d(string=hai) anos
pai
achega
9ed6cf26f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.rs

+ 1 - 1
build.rs

@@ -543,7 +543,7 @@ mod c {
                     &[(1, "relax"), (2, "acq"), (3, "rel"), (4, "acq_rel")]
                 {
                     let library_name = format!(
-                        "liboutline_atomic_helper_{}_{}_{}.a",
+                        "liboutline_atomic_helper_{}{}_{}.a",
                         instruction_type, size, model_name
                     );
                     let sym = format!("__aarch64_{}{}_{}", instruction_type, size, model_name);