a1f8ad145e
applied to our copy of llvm/clang. These can be applied in alphabetical order to a pristine llvm/clang 3.4 release source tree, to result in the same version used in FreeBSD. This is intended to clearly document all the changes until now, which mostly consist of cherry pickings from the respective upstream trunks, plus a number of hand-written FreeBSD-specific ones. Hopefully those can eventually be cleaned up and sent upstream too. MFC after: 1 week X-MFC-With: r263313
19 lines
570 B
Diff
19 lines
570 B
Diff
Pull in r200104 from upstream llvm trunk (by Venkatraman Govindaraju):
|
|
|
|
removing duplicate enum value
|
|
|
|
Introduced here: http://svn.freebsd.org/changeset/base/262261
|
|
|
|
Index: include/llvm/Support/ELF.h
|
|
===================================================================
|
|
--- include/llvm/Support/ELF.h
|
|
+++ include/llvm/Support/ELF.h
|
|
@@ -1144,7 +1144,6 @@ enum {
|
|
R_SPARC_REGISTER = 53,
|
|
R_SPARC_UA64 = 54,
|
|
R_SPARC_UA16 = 55,
|
|
- R_SPARC_UA16 = 55,
|
|
R_SPARC_TLS_GD_HI22 = 56,
|
|
R_SPARC_TLS_GD_LO10 = 57,
|
|
R_SPARC_TLS_GD_ADD = 58,
|