diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:54:52 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:54:52 +0000 |
commit | c67a060a514b68c36f1939ffaaf9d835c6910fbd (patch) | |
tree | 5d66e560cd45c778d7ba8727646d57b49722dc92 /llvm/lib/ExecutionEngine/JIT/Intercept.cpp | |
parent | 85d182f3fc87d330029012421ac3e44758bf1d13 (diff) | |
download | bcm5719-llvm-c67a060a514b68c36f1939ffaaf9d835c6910fbd.tar.gz bcm5719-llvm-c67a060a514b68c36f1939ffaaf9d835c6910fbd.zip |
Convert llvm.cs.uiuc.edu -> llvm.org
llvm-svn: 26748
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/Intercept.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/Intercept.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp index f078e098672..105514df3d0 100644 --- a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp +++ b/llvm/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> |