Skip to content

Commit

Permalink
Removed core LLVM component from cmake-doc-extractor linking
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Mar 8, 2023
1 parent 5999b6b commit 1846651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-doc-extractor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
llvm_map_components_to_libnames(llvm_libs core support)
llvm_map_components_to_libnames(llvm_libs support)

add_executable(cmake-doc-extractor cmake-doc-extractor.cpp)
target_link_libraries(cmake-doc-extractor PRIVATE ctbench-compile-opts ${llvm_libs})

0 comments on commit 1846651

Please sign in to comment.