[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/Intercept.cpp
Reid Spencer
reid at x10sys.com
Mon Mar 13 21:55:08 PST 2006
Changes in directory llvm/lib/ExecutionEngine/JIT:
Intercept.cpp updated: 1.24 -> 1.25
---
Log message:
Convert llvm.cs.uiuc.edu -> llvm.org
---
Diffs of the changes: (+1 -1)
Intercept.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/ExecutionEngine/JIT/Intercept.cpp
diff -u llvm/lib/ExecutionEngine/JIT/Intercept.cpp:1.24 llvm/lib/ExecutionEngine/JIT/Intercept.cpp:1.25
--- llvm/lib/ExecutionEngine/JIT/Intercept.cpp:1.24 Thu Apr 21 17:45:04 2005
+++ llvm/lib/ExecutionEngine/JIT/Intercept.cpp Mon Mar 13 23:54:51 2006
@@ -46,7 +46,7 @@
// 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>
More information about the llvm-commits
mailing list