This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Remove RISCVTargetParserTableGen from LLVMConfig.cmake.in
AbandonedPublic

Authored by fpetrogalli on Jan 23 2023, 1:20 PM.

Details

Summary

As discussed in https://reviews.llvm.org/D141581, it seems that the
target RISCVTargetParserTableGen does not need the same treatment as
other tablegen-generated headers.

Diff Detail

Event Timeline

fpetrogalli created this revision.Jan 23 2023, 1:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2023, 1:20 PM
fpetrogalli requested review of this revision.Jan 23 2023, 1:20 PM
fpetrogalli abandoned this revision.Jan 23 2023, 1:48 PM

This was essentially reverted in https://reviews.llvm.org/rG20ffb9aaf982, so I am abandoning it in favour of https://reviews.llvm.org/D142403