Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-10 | Revert "Remove redundant "std::move"s in return statements" | Bill Wendling | 1 | -2/+2 | |
The build failed with error: call to deleted constructor of 'llvm::Error' errors. This reverts commit 1c2241a7936bf85aa68aef94bd40c3ba77d8ddf2. | |||||
2020-02-10 | Remove redundant "std::move"s in return statements | Bill Wendling | 1 | -2/+2 | |
2019-08-21 | [Object] Add tapi files to object | Cyndy Ishida | 1 | -0/+54 | |
Summary: The intention for this is to allow reading and printing symbols out from llvm-nm. Tapi file, and Tapi universal follow a similiar format to their respective MachO Object format. The tests are dependent on llvm-nm processing tbd files which is why its in D66160 Reviewers: ributzka, steven_wu, lhames Reviewed By: ributzka, lhames Subscribers: mgorny, hiraditya, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66159 llvm-svn: 369600 |