mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around... llvm-svn: 141703
This commit is contained in:
parent
2b6c2310cd
commit
48c24625fe
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- lib/System/Disassembler.cpp ------------------------------*- C++ -*-===//
|
||||
//===- lib/Support/Disassembler.cpp -----------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
|
||||
//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user