summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-14 05:54:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-14 05:54:52 +0000
commit9dce2b33807f47d794b0482313ae3fe0d275c833 (patch)
tree387ef0984ab15c29a2b018aa844a483cfca080b2 /lib/ExecutionEngine
parentcd143fc4d03bcf6365e6a5657cd7feb0fa77994f (diff)
downloadllvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.gz
llvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.bz2
llvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.xz
Convert llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
-rw-r--r--lib/ExecutionEngine/JIT/Intercept.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/JIT/Intercept.cpp b/lib/ExecutionEngine/JIT/Intercept.cpp
index f078e09867..105514df3d 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>