[llvm] r220838 - VMCore was renamed to IR long time ago

Seo Sanghyeon sanxiyn at gmail.com
Tue Oct 28 22:20:40 PDT 2014


Author: sanxiyn
Date: Wed Oct 29 00:20:39 2014
New Revision: 220838

URL: http://llvm.org/viewvc/llvm-project?rev=220838&view=rev
Log:
VMCore was renamed to IR long time ago

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=220838&r1=220837&r2=220838&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed Oct 29 00:20:39 2014
@@ -1018,7 +1018,7 @@ This directory contains most of the sour
 almost all code exists in libraries, making it very easy to share code among the
 different `tools`_.
 
-``llvm/lib/VMCore/``
+``llvm/lib/IR/``
 
   This directory holds the core LLVM source files that implement core classes
   like Instruction and BasicBlock.





More information about the llvm-commits mailing list