aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-12-20 20:56:30 +0000
committerDouglas Gregor <dgregor@apple.com>2009-12-20 20:56:30 +0000
commit04f81b1fa04c02809a303d34ee6b19149d5aa29f (patch)
treee63b4887c098f5da12c99f1790fda956153e2d71 /examples
parentf9368159334ff86ea5fa367225c1a580977f3b03 (diff)
Fix CMake build on windows, from Cedric Venet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/wpa/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/wpa/CMakeLists.txt b/examples/wpa/CMakeLists.txt
index b3d49cbef3..8d443d6e31 100644
--- a/examples/wpa/CMakeLists.txt
+++ b/examples/wpa/CMakeLists.txt
@@ -17,10 +17,6 @@ set( LLVM_LINK_COMPONENTS
core
)
-set( LLVM_LINK_COMPONENTS
- mc
- )
-
add_clang_executable(clang-wpa
clang-wpa.cpp
)