Simplify MinGW test.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10099 Build 10099: arc lint + arc unit
Event Timeline
lld/test/MinGW/driver.s | ||
---|---|---|
8 | 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 | Fixed. |
Is there any value in actually assembling an input object for this test, when we actually don't do any real linking here?