Details
- Reviewers
gulfem - Group Reviewers
Restricted Project - Commits
- rGaa6e4cdd7300: [lld-macho] Fixed lld-version expectation in test so it works on Fuchsia.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
| Time | Test | |
|---|---|---|
| 110 ms | x64 debian > lld.MachO::dependency-info.s |
Event Timeline
This seems to break the test on linux: http://45.33.8.238/linux/42505/step_11.txt
Probably because this now needs two spaces between : and LLD
| lld/test/MachO/dependency-info.s | ||
|---|---|---|
| 18 | Tiny nit: I wouldn't have put an additional space here, to account for the case where there's no vendor in front of the "LLD". FileCheck uses non-strict whitespace by default though, so this also works. (See https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-filecheck-strict-whitespace) | |
Oops, I missed your comment before making mine. I thought not having strict whitespace would take care of this, but maybe not?
Okay, yeah, it was broken. Pushed rG48d9b2fd8ea3 to fix.
| lld/test/MachO/dependency-info.s | ||
|---|---|---|
| 18 | (ignore this; turns out non-strict whitespace doesn't kick in here) | |
Tiny nit: I wouldn't have put an additional space here, to account for the case where there's no vendor in front of the "LLD". FileCheck uses non-strict whitespace by default though, so this also works. (See https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-filecheck-strict-whitespace)