- There was a simple typo in TextStub code that prevented version 3 files to be read.
- Included a version 3 unit test to handle the differences in the format.
- Also a typo in Error.h inside the comments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 36563 Build 36562: arc lint + arc unit
Event Timeline
Comment Actions
Hi Cyndy, thanks for catching this copy-past-o bug. LGTM
llvm/unittests/TextAPI/TextStubV3Tests.cpp | ||
---|---|---|
133 | I think this test should work now on windows, |
llvm/unittests/TextAPI/TextStubV3Tests.cpp | ||
---|---|---|
133 | Would removing that macro from all the text stub tests and running them be enough to verify it works on windows? |
Comment Actions
I currently don't have commit access rights to push this patch. Can you commit this change for me while I request access?
llvm/unittests/TextAPI/TextStubV3Tests.cpp | ||
---|---|---|
133 | resolved with r357759 |
I think this test should work now on windows,