We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a70050 commit 49972e9Copy full SHA for 49972e9
src/test/codegen/target-cpu-on-functions.rs
@@ -13,7 +13,6 @@
13
14
// no-prefer-dynamic
15
// ignore-tidy-linelength
16
-// only-x86_64
17
// compile-flags: -C no-prepopulate-passes -C panic=abort -Z cross-lang-lto -Cpasses=name-anon-globals
18
19
#![crate_type = "staticlib"]
@@ -27,4 +26,4 @@ pub extern fn exported() {
27
26
// CHECK-LABEL: define {{.*}} @_ZN23target_cpu_on_functions12not_exported{{.*}}() {{.*}} #0
28
fn not_exported() {}
29
30
-// CHECK: attributes #0 = {{.*}} "target-cpu"="x86-64"
+// CHECK: attributes #0 = {{.*}} "target-cpu"="{{.*}}"
0 commit comments