diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExecutionEngine/JIT/Intercept.cpp | 2 | ||||
-rw-r--r-- | lib/System/README.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/JIT/Intercept.cpp b/lib/ExecutionEngine/JIT/Intercept.cpp index f078e09..105514d 100644 --- a/lib/ExecutionEngine/JIT/Intercept.cpp +++ b/lib/ExecutionEngine/JIT/Intercept.cpp @@ -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> diff --git a/lib/System/README.txt b/lib/System/README.txt index 4a73c95..63e00da 100644 --- a/lib/System/README.txt +++ b/lib/System/README.txt @@ -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. |