[llvm-commits] [llvm] r160880 - /llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp

Andrew Kaylor andrew.kaylor at intel.com
Fri Jul 27 11:39:47 PDT 2012


Author: akaylor
Date: Fri Jul 27 13:39:47 2012
New Revision: 160880

URL: http://llvm.org/viewvc/llvm-project?rev=160880&view=rev
Log:
Test commit, clean up comment

Modified:
    llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp

Modified: llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp?rev=160880&r1=160879&r2=160880&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp (original)
+++ llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp Fri Jul 27 13:39:47 2012
@@ -248,7 +248,7 @@
     }
     default:
       // There are other relocation types, but it appears these are the
-      //  only ones currently used by the LLVM ELF object writer
+      // only ones currently used by the LLVM ELF object writer
       llvm_unreachable("Relocation type not implemented yet!");
       break;
   }





More information about the llvm-commits mailing list