[PATCH] D45773: [RISCV] Don't fold symbol diff
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 10 20:31:18 PDT 2018
kito-cheng added inline comments.
================
Comment at: lib/MC/MCObjectStreamer.cpp:59
assert(Hi && Lo);
+ if (TAB->requiresDiffExpressionRelocations())
+ return None;
----------------
I got compile error here:
MCObjectStreamer.cpp:94:7: error: ‘TAB’ was not declared in this scope
https://reviews.llvm.org/D45773
More information about the llvm-commits
mailing list