Skip to content

Commit 277a5c4

Browse files
Rename tests/assembly into tests/assembly-llvm
1 parent e452c9b commit 277a5c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/asm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ can't know ahead of time whether a function will require a frame/base pointer.
155155

156156
Various tests for inline assembly are available:
157157

158-
- `tests/assembly/asm`
158+
- `tests/assembly-llvm/asm`
159159
- `tests/ui/asm`
160160
- `tests/codegen/asm-*`
161161

162162
Every architecture supported by inline assembly must have exhaustive tests in
163-
`tests/assembly/asm` which test all combinations of register classes and types.
163+
`tests/assembly-llvm/asm` which test all combinations of register classes and types.

src/tests/compiletest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ If you need to work with `#![no_std]` cross-compiling tests, consult the
307307

308308
### Assembly tests
309309

310-
The tests in [`tests/assembly`] test LLVM assembly output. They compile the test
310+
The tests in [`tests/assembly-llvm`] test LLVM assembly output. They compile the test
311311
with the `--emit=asm` flag to emit a `.s` file with the assembly output. They
312312
then run the LLVM [FileCheck] tool.
313313

@@ -324,7 +324,7 @@ See also the [codegen tests](#codegen-tests) for a similar set of tests.
324324
If you need to work with `#![no_std]` cross-compiling tests, consult the
325325
[`minicore` test auxiliary](./minicore.md) chapter.
326326

327-
[`tests/assembly`]: https://github.com/rust-lang/rust/tree/master/tests/assembly
327+
[`tests/assembly-llvm`]: https://github.com/rust-lang/rust/tree/master/tests/assembly-llvm
328328

329329

330330
### Codegen-units tests

0 commit comments

Comments
 (0)