Updated thinLTO test to not include forward or backward slash for testing. (It was erroring out on windows)
Added code to not generate empty index files only if thinlto-index-only option is turned on.
Details
Details
- Reviewers
• espindola pcc grimar
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
lld/ELF/LTO.cpp | ||
---|---|---|
199 | This needs a test case. Actually, this part should have been in a different patch from "Updated thinLTO test to not include forward or backward slash for testing." part. |
lld/ELF/LTO.cpp | ||
---|---|---|
199 | .. because fixing windows BB failures (I guess) is different from changing the functionality. |
This needs a test case.
Actually, this part should have been in a different patch from "Updated thinLTO test to not include forward or backward slash for testing." part.