mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141703 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5e8bc1fac
commit
2c607b665d
@ -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