[llvm-commits] [llvm] r169293 - /llvm/trunk/include/llvm/ADT/Triple.h
Eli Bendersky
eliben at google.com
Tue Dec 4 11:08:43 PST 2012
Author: eliben
Date: Tue Dec 4 13:08:43 2012
New Revision: 169293
URL: http://llvm.org/viewvc/llvm-project?rev=169293&view=rev
Log:
Remove a URL from code
Modified:
llvm/trunk/include/llvm/ADT/Triple.h
Modified: llvm/trunk/include/llvm/ADT/Triple.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/Triple.h?rev=169293&r1=169292&r2=169293&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/Triple.h (original)
+++ llvm/trunk/include/llvm/ADT/Triple.h Tue Dec 4 13:08:43 2012
@@ -100,7 +100,7 @@
Haiku,
Minix,
RTEMS,
- NaCl, // Native Client - http://code.google.com/p/nativeclient/
+ NaCl, // Native Client
CNK, // BG/P Compute-Node Kernel
Bitrig,
AIX
More information about the llvm-commits
mailing list