rust/tests/ui/linkage-attr
jyn f1e5b365f0 port tests/ui/linkage-attr/framework to run-make
this makes it much easier to understand test failures.

before:
```
diff of stderr:

1 error: linking with `LINKER` failed: exit status: 1
2    |
-            ld: Undefined symbols:
4              _CFRunLoopGetTypeID, referenced from:
5            clang: error: linker command failed with exit code 1 (use -v to see invocation)
```

after:
```
=== HAYSTACK ===
error: linking with `cc` failed: exit status: 1
  |
  = note: use `--verbose` to show all linker arguments
  = note: Undefined symbols for architecture arm64:
            "_CFRunLoopGetTypeID", referenced from:
                main::main::hbb553f5dda62d3ea in main.main.d17f5fbe6225cf88-cgu.0.rcgu.o
          ld: symbol(s) not found for architecture arm64
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to 1 previous error

=== NEEDLE ===
_CFRunLoopGetTypeID\.?, referenced from:
thread 'main' panicked at /Users/jyn/git/rust-lang/rust/tests/run-make/linkage-attr-framework/rmake.rs:22:10:
needle was not found in haystack
```

this also fixes a failure related to missing whitespace; we don't actually care about whitespace in this test.
2024-10-27 21:23:28 -04:00
..
auxiliary Move tests 2024-04-07 17:38:07 -03:00
propagate-generic-issue-18804 Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
common-linkage-non-zero-init.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
common-linkage-non-zero-init.stderr
incompatible-flavor.rs
incompatible-flavor.stderr
issue-10755.rs
issue-12133-1.rs Move tests 2024-04-07 17:38:07 -03:00
issue-12133-2.rs Move tests 2024-04-07 17:38:07 -03:00
issue-12133-3.rs Move tests 2024-04-07 17:38:07 -03:00
issue-109144.rs
issue-109144.stderr
kind-framework.rs Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
kind-framework.stderr Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
link-attr-validation-early.rs
link-attr-validation-early.stderr
link-attr-validation-late.rs
link-attr-validation-late.stderr
link-cfg-works.rs
link-self-contained-consistency.many.stderr
link-self-contained-consistency.one.stderr
link-self-contained-consistency.rs
linkage1.rs Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
linkage2.rs
linkage2.stderr
linkage3.rs
linkage3.stderr
linkage4.rs
linkage4.stderr
linkage-attr-does-not-panic-llvm-issue-33992.rs Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
linkage-attr-mutable-static.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
linkage-attr-mutable-static.stderr Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
linkage-detect-extern-generated-name-collision.rs
linkage-detect-extern-generated-name-collision.stderr
linkage-detect-local-generated-name-collision.rs
linkage-detect-local-generated-name-collision.stderr
linkage-import.rs
uikit-framework.rs Add test for linking to UIKit 2024-04-10 17:43:45 +02:00
unreferenced-used-static-issue-127052.rs unreferenced-used-static: run test everywhere 2024-06-29 13:02:59 +02:00
unstable-flavor.bpf.stderr
unstable-flavor.ptx.stderr
unstable-flavor.rs