You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llvm][docs] Use default checkout location in test suite guide (#139264)
Step 2 tells you to checkout "llvm-test-suite" to "test-suite", but I
don't see a particular reason to use a non-default path.
If you're following the instructions exactly, it all works, but if you
autopilot that step it is surprising later when things do not work.
It's not hard for an individual to fix later, but we should suggest the
least surprising thing where we can.
% test-suite/utils/compare.py base0.json base1.json base2.json vs exp0.json exp1.json exp2.json
352
+
% llvm-test-suite/utils/compare.py base0.json base1.json base2.json vs exp0.json exp1.json exp2.json
353
353
```
354
354
355
355
### Continuous Tracking with LNT
@@ -365,11 +365,11 @@ External Suites
365
365
366
366
External suites such as SPEC can be enabled by either
367
367
368
-
- placing (or linking) them into the `test-suite/test-suite-externals/xxx` directory (example: `test-suite/test-suite-externals/speccpu2000`)
368
+
- placing (or linking) them into the `llvm-test-suite/test-suite-externals/xxx` directory (example: `llvm-test-suite/test-suite-externals/speccpu2000`)
369
369
- using a configuration option such as `-D TEST_SUITE_SPEC2000_ROOT=path/to/speccpu2000`
370
370
371
371
You can find further information in the respective README files such as
372
-
`test-suite/External/SPEC/README`.
372
+
`llvm-test-suite/External/SPEC/README`.
373
373
374
374
For the SPEC benchmarks you can switch between the `test`, `train` and
375
375
`ref` input datasets via the `TEST_SUITE_RUN_TYPE` configuration option.
@@ -398,7 +398,7 @@ picked up automatically if placed into a subdirectory of the test-suite or when
0 commit comments