User Details
- User Since
- May 29 2020, 1:08 PM (184 w, 1 d)
Aug 14 2020
Rebase.
unordered_map -> map to guarantee deterministic output across platforms.
Add 2 more tests for file not found.
Reorder architectures in test.
Aug 13 2020
Rebase to resolve previous build errors.
Rebase to remove previous build errors.
Rebase.
Resolve test on windows (order in which architectures appear in test file).
Add more tests.
Use unordered_map in place of DenseMap.
Remove redundant braces.
Aug 12 2020
Add another test to check that files ending in '.o' are matched as-is.
Use lambda function.
Replace auto.
Add tests for different cpu types.
Aug 11 2020
Add more tests.
Make ArchCPUType and ArchCPUSubtype part of Config.
Add Temp->dicard() error.
Remove extra lines.
Aug 10 2020
This is how it would look online:
Aug 7 2020
I think I need to add V8 support under llvm/include/llvm/TextAPI/MachO/Architecture.def here:
Rebase after adding constant V8.
Adding more tests and resolve clang-tidy
Aug 5 2020
Rebase.
Rebase.
Twine(Path).str() -> static_cast<std::string>(Path)
Remove --check-prefix=FAT.
Aug 4 2020
Closing revision as the issue has been addressed.
Removing OldArchiveBuf from writeArchiveToBuffer signature.
Update tests.
Aug 3 2020
Implement writeArchiveBuffer using SmallVectorMemoryBuffer.
Add test for llvm-readobj
Invalid architecture error msg and consumeError comment.
Change name and signature of writeArchiveBuffer
yup, libtool and install_name_tool are the cctools names.
Jul 31 2020
Alphabetically ordering docs.
Config C -> const Config &C
Jul 30 2020
Making writeArchiveInFD static
Jul 29 2020
Add documentation for -arch_only option.
Rebase
Add Config struct.