This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit aaca9fa
committed
compiletest: don't register
This was fragile as it was based on host target passed to compiletest,
but the user could cross-compile and run test for a different target
(e.g. cross from linux to msvc, but msvc won't be set on the target).
Furthermore, it was also very surprising as normally revision names
(other than `CHECK`) was accepted as FileCheck prefixes.MSVC/NONMSVC FileCheck prefixes1 parent bab18a5 commit aaca9fa
File tree
2 files changed
+10
-17
lines changed- src/tools/compiletest/src
- tests/codegen/meta-filecheck
2 files changed
+10
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1958 | 1958 | | |
1959 | 1959 | | |
1960 | 1960 | | |
1961 | | - | |
1962 | | - | |
1963 | | - | |
1964 | 1961 | | |
1965 | 1962 | | |
1966 | 1963 | | |
1967 | | - | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
1968 | 1971 | | |
1969 | 1972 | | |
1970 | 1973 | | |
1971 | 1974 | | |
1972 | | - | |
1973 | | - | |
1974 | | - | |
1975 | | - | |
1976 | | - | |
1977 | | - | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
1978 | 1978 | | |
1979 | 1979 | | |
1980 | 1980 | | |
| |||
This file was deleted.
0 commit comments