[PATCH] D54926: [TableGen] Preprocessing support

Vyacheslav Zakharin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 19:07:26 PST 2018


vzakhari created this revision.
vzakhari added a reviewer: andrew.w.kaylor.
Herald added a subscriber: llvm-commits.

Original changes from https://reviews.llvm.org/D53840 were reverted due to the following fails:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/8662
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/26263

This change-set fixes the access via invalidated reference.


Repository:
  rL LLVM

https://reviews.llvm.org/D54926

Files:
  docs/TableGen/LangRef.rst
  lib/TableGen/Main.cpp
  lib/TableGen/TGLexer.cpp
  lib/TableGen/TGLexer.h
  lib/TableGen/TGParser.h
  test/TableGen/prep-diag1.td
  test/TableGen/prep-diag10.td
  test/TableGen/prep-diag11-include.inc
  test/TableGen/prep-diag11.td
  test/TableGen/prep-diag12-include.inc
  test/TableGen/prep-diag12.td
  test/TableGen/prep-diag13.td
  test/TableGen/prep-diag14.td
  test/TableGen/prep-diag2.td
  test/TableGen/prep-diag3.td
  test/TableGen/prep-diag4.td
  test/TableGen/prep-diag5.td
  test/TableGen/prep-diag6.td
  test/TableGen/prep-diag7.td
  test/TableGen/prep-diag8.td
  test/TableGen/prep-diag9.td
  test/TableGen/prep-region-include.inc
  test/TableGen/prep-region-processing.td
  test/TableGen/unterminated-c-comment-include.inc
  test/TableGen/unterminated-c-comment.td
  test/TableGen/unterminated-code-block-include.inc
  test/TableGen/unterminated-code-block.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54926.175383.patch
Type: text/x-patch
Size: 49214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181127/a8f4e5e8/attachment.bin>


More information about the llvm-commits mailing list