[all-commits] [llvm/llvm-project] 1e2b74: Revert "[TableGen] Remove code beads"
Sylvestre Ledru via All-commits
all-commits at lists.llvm.org
Tue May 24 05:20:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e2b746390e3c869d34a8651c35e68e26214e410
https://github.com/llvm/llvm-project/commit/1e2b746390e3c869d34a8651c35e68e26214e410
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: 2022-05-24 (Tue, 24 May 2022)
Changed paths:
M llvm/lib/Target/M68k/CMakeLists.txt
M llvm/utils/TableGen/CMakeLists.txt
A llvm/utils/TableGen/CodeBeadsGen.cpp
M llvm/utils/TableGen/TableGen.cpp
M llvm/utils/TableGen/TableGenBackends.h
M llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
Log Message:
-----------
Revert "[TableGen] Remove code beads"
It is breaking the build with:
/build/llvm-toolchain-snapshot-15~++20220524114008+96323c9f4c10/llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp:478:10: fatal error: 'M68kGenMCCodeBeads.inc' file not found
^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Remove the #include causes:
error: undefined reference to 'llvm::M68k::getMCInstrBeads(unsigned int)'
This reverts commit f50be3d21808ae113c40a68a9ac6581f203d92d2.
More information about the All-commits
mailing list