diff options
author | Fangrui Song <maskray@google.com> | 2019-08-19 07:59:35 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-08-19 07:59:35 +0000 |
commit | b127771f7d2972acad81550e03cc4e1e3c1fcd1c (patch) | |
tree | ca68aa6c0f3f45031865a050da20a367fedf4979 /lldb/source/Commands/CommandObjectApropos.cpp | |
parent | 17587b36d1928c3399d4d9af6daa052c0cdd6327 (diff) | |
download | bcm5719-llvm-b127771f7d2972acad81550e03cc4e1e3c1fcd1c.tar.gz bcm5719-llvm-b127771f7d2972acad81550e03cc4e1e3c1fcd1c.zip |
[MC] Delete unnecessary diagnostic: "No relocation available to represent this relative expression"
Replace
- error: No relocation available to represent this relative expression
with
+ error: symbol 'undef' can not be undefined in a subtraction expression
or
+ error: Cannot represent a difference across sections
Keep !IsPcRel as an assertion after the two diagnostic checks are done.
llvm-svn: 369239
Diffstat (limited to 'lldb/source/Commands/CommandObjectApropos.cpp')
0 files changed, 0 insertions, 0 deletions