| commit | 2993ad22488045c916a131c41e2934e8cce9b0e7 | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Sat Jun 11 15:59:09 2016 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Sat Jun 11 15:59:09 2016 +0000 |
| tree | 082058370561372b875389cb35a666745a53a496 | |
| parent | 5b9bade8dd67433244c23f52ce4fdb18f278e667 [diff] |
[ELF] - Change wording of error message. Previously message told us that relocations could not be used when making shared object. That was correct because message could appear (and it is expected) when we linked executable. Message should have being changed to something that says we can't use a subset of relocations against shared symbols. Patch fixes the text. llvm-svn: 272478