OSDN Git Service

VMCore was renamed to IR long time ago
authorSeo Sanghyeon <sanxiyn@gmail.com>
Wed, 29 Oct 2014 05:20:39 +0000 (05:20 +0000)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Wed, 29 Oct 2014 05:20:39 +0000 (05:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220838 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 19f710d..140210d 100644 (file)
@@ -1018,7 +1018,7 @@ This directory contains most of the source files of the LLVM system. In LLVM,
 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.