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

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 14:10:25 PDT 2016


jyknight added a comment.

In http://reviews.llvm.org/D20337#434903, @phosek wrote:

> That was the alternative design that I was originally considering but I wanted to start with something simpler. I'll give it a try and see how complicated it's going to be.


BTW, I'd certainly recommend trying to hande only a subset of the directives. E.g. supporting the align/fill types of things, but avoiding really complex beasts ".if", ".rept", and such.


Repository:
  rL LLVM

http://reviews.llvm.org/D20337





More information about the llvm-commits mailing list