Issue 151176
Summary Add support for C style macro expressions in TableGen
Labels new issue
Assignees
Reporter pchaudhuri16
    Example : 
TableGen today cannot parse C style macros like below
ifdef !MACRO1 || MACRO2 && MACRO3

As a result, we end up creating new macros like MACRO1_OR_MACRO2 to achieve the same functionality.
Hence supporting C style macros, will be a useful feature for TableGen.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to