| commit | bd334efd0aec3d26d7ace3c5f8b858b07e0bb9bd | [log] [tgz] |
|---|---|---|
| author | Pavel Labath <pavel@labath.sk> | Mon Feb 11 16:14:02 2019 +0000 |
| committer | Pavel Labath <pavel@labath.sk> | Mon Feb 11 16:14:02 2019 +0000 |
| tree | 48a468ce6ce77ac4fc7b841e80a753e8459b8ff1 | |
| parent | 5caa550649740ee39ec09cbb195129d1687ca880 [diff] |
Simplify ObjectFile::GetUUID instead of returning the UUID through by-ref argument and a boolean value indicating success, we can just return it directly. Since the UUID class already has an invalid state, it can be used to denote the failure without the additional bool. llvm-svn: 353714