diff options
author | David Spickett <david.spickett@linaro.org> | 2025-05-09 13:11:17 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2025-05-09 13:11:17 +0000 |
commit | dbe561309a1cb35e11cc57e4b88096362a030e8a (patch) | |
tree | 548632336437bd3c6c27a47ef969358cdfbcd1d3 | |
parent | 9c67ae861ccb0312fc680414a8441892d169d14a (diff) | |
download | llvm-dbe561309a1cb35e11cc57e4b88096362a030e8a.zip llvm-dbe561309a1cb35e11cc57e4b88096362a030e8a.tar.gz llvm-dbe561309a1cb35e11cc57e4b88096362a030e8a.tar.bz2 |
[llvm][docs] Fix text rendering in external suites section of Test suite guide
Since the "-" was the first character of a newline, it was rendered
as a bullet point when it was supposed to be punctuation.
-rw-r--r-- | llvm/docs/TestSuiteGuide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TestSuiteGuide.md b/llvm/docs/TestSuiteGuide.md index 1bb01521..8a64e75 100644 --- a/llvm/docs/TestSuiteGuide.md +++ b/llvm/docs/TestSuiteGuide.md @@ -377,8 +377,8 @@ The `train` dataset is used by default. In addition to SPEC, the multimedia frameworks ffmpeg and dav1d can also be hooked up as external projects in the same way. By including them in -llvm-test-suite, a lot more of potentially vectorizable code gets compiled -- which can catch compiler bugs merely by triggering code generation asserts. +llvm-test-suite, a lot more of potentially vectorizable code gets compiled - +which can catch compiler bugs merely by triggering code generation asserts. Including them also adds small code correctness tests, that compare the output of the compiler generated functions against handwritten assembly functions. (On x86, building the assembly requires having the nasm tool |