mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Convert llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd143fc4d0
commit
9dce2b3380
@ -46,7 +46,7 @@ static void runAtExitHandlers() {
|
||||
// strategy of making these functions work differently when inlined vs. when
|
||||
// not inlined, and hiding their real definitions in a separate archive file
|
||||
// that the dynamic linker can't see. For more info, search for
|
||||
// 'libc_nonshared.a' on Google, or read http://llvm.cs.uiuc.edu/PR274.
|
||||
// 'libc_nonshared.a' on Google, or read http://llvm.org/PR274.
|
||||
#if defined(__linux__)
|
||||
#if defined(HAVE_SYS_STAT_H)
|
||||
#include <sys/stat.h>
|
||||
|
@ -15,7 +15,7 @@ porting is this library.
|
||||
Complete documentation for the library can be found in the file:
|
||||
llvm/docs/SystemLibrary.html
|
||||
or at this URL:
|
||||
http://llvm.cs.uiuc.edu/docs/SystemLibrary.html
|
||||
http://llvm.org/docs/SystemLibrary.html
|
||||
|
||||
While we recommend that you read the more detailed documentation, for the
|
||||
impatient, here's a high level summary of the library's requirements.
|
||||
|
@ -51,7 +51,7 @@ static void BugpointInterruptFunction() {
|
||||
int main(int argc, char **argv) {
|
||||
cl::ParseCommandLineOptions(argc, argv,
|
||||
" LLVM automatic testcase reducer. See\nhttp://"
|
||||
"llvm.cs.uiuc.edu/docs/CommandGuide/bugpoint.html"
|
||||
"llvm.org/docs/CommandGuide/bugpoint.html"
|
||||
" for more information.\n");
|
||||
sys::PrintStackTraceOnErrorSignal();
|
||||
sys::SetInterruptFunction(BugpointInterruptFunction);
|
||||
|
@ -29,8 +29,8 @@
|
||||
<p>
|
||||
|
||||
<font size=+1><b>Back to:</b></font><br>
|
||||
<a href="http://llvm.cs.uiuc.edu/testresults/">Test Results</a><br>
|
||||
<a href="http://llvm.cs.uiuc.edu/">LLVM Page</a><p>
|
||||
<a href="http://llvm.org/testresults/">Test Results</a><br>
|
||||
<a href="http://llvm.org/">LLVM Page</a><p>
|
||||
|
||||
</td><td valign=top>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
|
||||
;; Maintainer: The LLVM team, http://llvm.org/
|
||||
;; Description: Major mode for the LLVM assembler language.
|
||||
;; Updated: 2003-06-02
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
;; Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
|
||||
;; Maintainer: The LLVM team, http://llvm.org/
|
||||
;; Description: Major mode for TableGen description files (part of LLVM project)
|
||||
;; Updated: 2003-08-11
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Vim syntax file
|
||||
" Language: llvm
|
||||
" Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
|
||||
" Maintainer: The LLVM team, http://llvm.org/
|
||||
" Updated: 2003-06-02
|
||||
|
||||
if version < 600
|
||||
|
@ -1,6 +1,6 @@
|
||||
" Vim syntax file
|
||||
" Language: TableGen
|
||||
" Maintainer: The LLVM team, http://llvm.cs.uiuc.edu/
|
||||
" Maintainer: The LLVM team, http://llvm.org/
|
||||
" Updated: 2003-08-11
|
||||
|
||||
if version < 600
|
||||
|
Loading…
Reference in New Issue
Block a user