[PATCH] D20752: [MC] Support symbolic expressions in assembly directives

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 05:40:44 PDT 2016


filcab added a subscriber: filcab.
filcab added a comment.

Just noticed with gcc: Please add the missing `emitFill` overload to `MCObjectStreamer` too:
`virtual void emitFill(uint64_t NumValues, int64_t Size, int64_t Expr);`


Repository:
  rL LLVM

http://reviews.llvm.org/D20752





More information about the llvm-commits mailing list