Clean up a few references to System/. We still have docs/SystemLibrary.html
authorDaniel Dunbar <daniel@zuster.org>
Tue, 11 Oct 2011 20:02:52 +0000 (20:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 11 Oct 2011 20:02:52 +0000 (20:02 +0000)
lying around...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141703 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html
lib/Support/Disassembler.cpp
lib/Support/IncludeFile.cpp
lib/Support/Mutex.cpp
lib/Support/RWMutex.cpp
lib/Support/ThreadLocal.cpp

index d7fcc6a1fed69d698d6446e043dcffb0f7250b7a..c8a7d2f872c262409a08b2624c491aea85ada22d 100644 (file)
@@ -1502,13 +1502,9 @@ different <a href="#tools">tools</a>.</p>
   at runtime in both interpreted and JIT compiled fashions.</dd>
 
   <dt><tt><b>llvm/lib/Support/</b></tt></dt>
-  <dd> This directory contains the source code that corresponds to the header 
-  files located in <tt>llvm/include/Support/</tt>.</dd>
-
-  <!--FIXME: obsoleted -->
-  <dt><tt><b>llvm/lib/System/</b></tt></dt>
-  <dd>This directory contains the operating system abstraction layer that
-  shields LLVM from platform-specific coding.</dd>
+  <dd> This directory contains the source code that corresponds to the header
+  files located in <tt>llvm/include/ADT/</tt>
+  and <tt>llvm/include/Support/</tt>.</dd>
 </dl>
 
 </div>
index 6362aff43a9ded7e980c93c2223f224b235d7d4b..c6d73bcad3e4193afa0ade6cc5e70f11e1cc52e6 100644 (file)
@@ -1,4 +1,4 @@
-//===- lib/System/Disassembler.cpp ------------------------------*- C++ -*-===//
+//===- lib/Support/Disassembler.cpp -----------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 5da88261ce53618c9af267f0ab7b57b6529a3643..e67acb3d1d671434c57741f7697bcb338a0a3d3c 100644 (file)
@@ -1,4 +1,4 @@
-//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
+//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b408973bbad1557b922c2a5bc97f081f1fa2e519..8874e943f4c2ed19ed387c6ec077c810836bc36b 100644 (file)
@@ -152,6 +152,6 @@ MutexImpl::tryacquire()
 #elif defined( LLVM_ON_WIN32)
 #include "Windows/Mutex.inc"
 #else
-#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in System/Mutex.cpp
+#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in Support/Mutex.cpp
 #endif
 #endif
index fc02f9cf7c111dc7287f0bd28eb779e26caad77c..d0b1e10b56fb3cd596b4f5b906ee9c755fd74dc4 100644 (file)
@@ -152,6 +152,6 @@ RWMutexImpl::writer_release()
 #elif defined( LLVM_ON_WIN32)
 #include "Windows/RWMutex.inc"
 #else
-#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in System/Mutex.cpp
+#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in Support/Mutex.cpp
 #endif
 #endif
index 6b43048da1550fd748487b2ebc95ddc4920668e3..fdb251c0a36b7950b65b86e037e7f42d81ac823f 100644 (file)
@@ -79,6 +79,6 @@ void ThreadLocalImpl::removeInstance() {
 #elif defined( LLVM_ON_WIN32)
 #include "Windows/ThreadLocal.inc"
 #else
-#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in System/ThreadLocal.cpp
+#warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 set in Support/ThreadLocal.cpp
 #endif
 #endif