Simplify MinGW test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lld/test/MinGW/driver.s | ||
---|---|---|
8 ↗ | (On Diff #114677) | I think this could use a check for the image base alternate name, which has got a i386 specific case. |
Comment Actions
We need to pass a path to an existing file, so I passed an object file to each test, but it doesn't have to be an actual object file. In the updated test case, /dev/null is passed instead.
lld/test/MinGW/driver.s | ||
---|---|---|
33 ↗ | (On Diff #114677) | Fixed. |