[PATCH] D18402: [AArch64] Better errors for out-of-range fixups
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 09:36:08 PDT 2016
rengolin added inline comments.
================
Comment at: lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp:271
@@ -255,3 +270,3 @@
// Apply any target-specific value adjustments.
- Value = adjustFixupValue(Fixup.getKind(), Value);
+ Value = adjustFixupValue(Fixup, Value, nullptr);
----------------
As it is, in through this call, none of the errors will be caught or reported.
Repository:
rL LLVM
http://reviews.llvm.org/D18402
More information about the llvm-commits
mailing list