This is an archive of the discontinued LLVM Phabricator instance.

Revert "[TableGen] Fix a typo"
ClosedPublic

Authored by krasimir on May 7 2019, 1:56 AM.

Details

Summary

This reverts commit r360106.

The revisioin causes llvm-tblgen to hang while generating info for
RISCV.td. The root cause might be in the RISCV.td definition but I don't
know enough about this to investigate further.

Command that starts hangning after r360106:
llvm-build/bin/llvm-tblgen -I llvm/include -I llvm/tools/clang/include -I llvm/lib/Target/RISCV -gen-instr-info llvm/lib/Target/RISCV/RISCV.td

Diff Detail

Event Timeline

krasimir created this revision.May 7 2019, 1:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2019, 1:56 AM
gribozavr accepted this revision.May 7 2019, 3:19 AM
This revision is now accepted and ready to land.May 7 2019, 3:19 AM
This revision was automatically updated to reflect the committed changes.