aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2010-07-11 03:23:30 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2010-07-11 03:23:30 +0000
commit4156a4cbd56bee7f61d6c5eadb67d8e4bd141236 (patch)
tree2f597e7271d13fc6a549886ea03f12af85e08aab
parent5ac7b2941689f18c7f2d0a0257e55b9706599c96 (diff)
Rename clang.dll to libclang.dll, to fix Windows build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108067 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/libclang/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt
index da28ee9316..ab4accae5e 100644
--- a/tools/libclang/CMakeLists.txt
+++ b/tools/libclang/CMakeLists.txt
@@ -29,7 +29,6 @@ add_clang_library(libclang
CXTypes.cpp
../../include/clang-c/Index.h
)
-set_target_properties(libclang PROPERTIES OUTPUT_NAME clang)
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# FIXME: Deal with LLVM_SUBMIT_VERSION?