Otherwise unexpected matches with the path to the tests might happen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Remove the '-o -' too?
Just curious: why only these files? The problem occurs in hundreds of tests from what I can tell. Shouldn't we fix all of them?
Comment Actions
I have my compiler built in a cmplr/ directory which matches the CHECK-NOT: cmp check in these tests.
Comment Actions
Ah, right...CHECK-NOT is a poor way to verify output. Note that at least some ARM/Thumb triples are supported by utils/update_llc_test_checks.py, so a good follow-up patch would be to remove the current CHECK lines and let the script add complete checking (with no CHECK-NOT).
LGTM.