Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 322d04e

Browse files
committed
Fixing typo for llvm-tblgen target
Change-Id: Ic94578e3e35caee9ac04f51777464b54ebb8e1b0
1 parent 663892d commit 322d04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ if(BUILD_PACKAGE)
356356
DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/cmake/llvm
357357
COMPONENT intel-llvm-patched-library)
358358

359-
install(TARGETS llvm-link llvm-config llvm-tablgen not FileCheck count
359+
install(TARGETS llvm-link llvm-config llvm-tblgen not FileCheck count
360360
RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}
361361
COMPONENT intel-llvm-patched-library
362362
)

0 commit comments

Comments
 (0)