summaryrefslogtreecommitdiffstats
path: root/runtime/CMakeLists.txt
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-04-15 18:02:26 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-04-15 18:02:26 +0000
commita8e8d5f55b513513be85892a684b147209a3d245 (patch)
tree54c96ea978a7c0cb2c662bec0d75796def2f4a4e /runtime/CMakeLists.txt
parentd4c5f84bbed2ecb5ddd0f0e8316c553b2084772a (diff)
Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we never
did. Delete it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/CMakeLists.txt')
-rw-r--r--runtime/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 68ee266eca..e53d805cbd 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -2,7 +2,6 @@
set(known_subdirs
"compiler-rt"
- "libcxx"
)
foreach (dir ${known_subdirs})