[PATCH] D156710: [TargetParser] Generate RISCVTargetParserDef only if RISCV is enabled.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 09:16:54 PDT 2023


fpetrogalli created this revision.
Herald added subscribers: luke, VincentWu, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
fpetrogalli requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, eopXD, MaskRay.
Herald added a project: LLVM.

This remove the dependency from the RISCV TableGen target definitions
for builds that do not build the RISCV target.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156710

Files:
  llvm/CMakeLists.txt
  llvm/include/llvm/TargetParser/CMakeLists.txt
  llvm/lib/TargetParser/CMakeLists.txt
  llvm/lib/TargetParser/RISCVTargetParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156710.545702.patch
Type: text/x-patch
Size: 3343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230731/ac7d7b3e/attachment.bin>


More information about the llvm-commits mailing list