commit | ac8db595983fc374da3a220e2d37bcd2b8a62090 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Wed May 18 22:04:49 2016 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed May 18 22:04:49 2016 +0000 |
tree | 5d22e8e96b255fbec6ce52a51f3a67cb50667253 | |
parent | 57380a7dcfe82dcf73f4d0e2e9e8b7d4c54ca7f1 [diff] |
Delete Reloc::Default. Having an enum member named Default is quite confusing: Is it distinct from the others? This patch removes that member and instead uses Optional<Reloc> in places where we have a user input that still hasn't been maped to the default value, which is now clear has no be one of the remaining 3 options. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269988 91177308-0d34-0410-b5e6-96231b3b80d8