[PATCH] D13915: Properly evaluate MCBinaryExpr with a constant on one side.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 08:09:07 PST 2015
rafael added a comment.
Please git clang-format the patch.
How is EvaluateSymbolicAdd failing? It would seem better to make it able to handle adding an absolute value.
================
Comment at: test/MC/ARM/dot-symbol-relocation.s:17
@@ +16,1 @@
+.word 0x42 + 0x42 + . + 0x42 + 0x42
\ No newline at end of file
----------------
Please add a newline to the end.
Please use unix newlines.
Repository:
rL LLVM
http://reviews.llvm.org/D13915
More information about the llvm-commits
mailing list