Skip to content

Commit fcd1d42

Browse files
Revert "add_tablegen: Quick fix to reflect LLVM_TABLEGEN to llvm-min-tblgen"
This reverts commit 95d4506. patch.cherry: false patch.platforms: chromiumos patch.version_range.from: 498229 patch.version_range.until: null Change-Id: Ie74a7dc72c46ac7b7f1e297cb96250bb45f8ce0c
1 parent d1fce96 commit fcd1d42

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/cmake/modules/TableGen.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@ macro(add_tablegen target project)
189189
endif()
190190
endif()
191191

192-
# FIXME: Quick fix to reflect LLVM_TABLEGEN to llvm-min-tblgen
193-
if("${target}" STREQUAL "llvm-min-tblgen"
194-
AND NOT "${LLVM_TABLEGEN}" STREQUAL ""
195-
AND NOT "${LLVM_TABLEGEN}" STREQUAL "llvm-tblgen")
196-
set(${project}_TABLEGEN_DEFAULT "${LLVM_TABLEGEN}")
197-
endif()
198-
199192
if(ADD_TABLEGEN_EXPORT)
200193
set(${project}_TABLEGEN "${${project}_TABLEGEN_DEFAULT}" CACHE
201194
STRING "Native TableGen executable. Saves building one when cross-compiling.")

0 commit comments

Comments
 (0)