Details
Details
- Reviewers
• espindola ruiu
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 19794 Build 19794: arc lint + arc unit
Event Timeline
Comment Actions
I think the point of the existing code is to find as many command line argument errors as possible in one execution of the linker. I wonder what you are trying to fix with this patch.
Comment Actions
I just noticed that the two linkers were inconsistent.
With wasm I was seening "unknown arg XXX" and then also always the "no input file". The ELF linker seems to sneekly get around this by only shown "no input files" in no other errors have been seen. But I don't think we should even be calling createFiles in the case that there is an incorrect command line flag.