Fix typo in comment.

llvm-svn: 330633
This commit is contained in:
Nico Weber 2018-04-23 19:22:52 +00:00
parent 2322a93709
commit 38ec4bec46
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ option(LIBCLANG_BUILD_STATIC
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/libclang.exports)
if(MSVC)
# Avoid LNK4197 not to spceify libclang.def here.
# Avoid LNK4197 by not specifying libclang.exports here.
# Each functions is exported as "dllexport" in include/clang-c.
# KB835326
set(LLVM_EXPORTED_SYMBOL_FILE)