From: Seo Sanghyeon Date: Wed, 29 Oct 2014 05:20:39 +0000 (+0000) Subject: VMCore was renamed to IR long time ago X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=e5639d354872c93df88343b208c238fbd701dd42;hp=17380c7afa9db7dc5209d0eeb2dfd5e1a8cd0c06 VMCore was renamed to IR long time ago git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220838 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 19f710d4d8e..140210d1cc7 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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.