[llvm] b8e97f0 - [ARM] Add ARMTargetDefEmitter to llvm-tblgen source

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 02:38:38 PDT 2024


Author: Tomas Matheson
Date: 2024-04-24T10:38:22+01:00
New Revision: b8e97f0768f2b537c45930f56f4027a4c0a07f24

URL: https://github.com/llvm/llvm-project/commit/b8e97f0768f2b537c45930f56f4027a4c0a07f24
DIFF: https://github.com/llvm/llvm-project/commit/b8e97f0768f2b537c45930f56f4027a4c0a07f24.diff

LOG: [ARM] Add ARMTargetDefEmitter to llvm-tblgen source

Missed from #88378, only showed up in the sanitizer builds.

Added: 
    

Modified: 
    llvm/utils/TableGen/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/CMakeLists.txt b/llvm/utils/TableGen/CMakeLists.txt
index 5285232e587a81..202f33fdf8b419 100644
--- a/llvm/utils/TableGen/CMakeLists.txt
+++ b/llvm/utils/TableGen/CMakeLists.txt
@@ -33,6 +33,7 @@ set(LLVM_LINK_COMPONENTS
 add_tablegen(llvm-tblgen LLVM
   DESTINATION "${LLVM_TOOLS_INSTALL_DIR}"
   EXPORT LLVM
+  ARMTargetDefEmitter.cpp
   AsmMatcherEmitter.cpp
   AsmWriterEmitter.cpp
   Attributes.cpp


        


More information about the llvm-commits mailing list