projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6332390
)
VMCore was renamed to IR long time ago
author
Seo Sanghyeon
<sanxiyn@gmail.com>
Wed, 29 Oct 2014 05:20:39 +0000
(
05:20
+0000)
committer
Seo Sanghyeon
<sanxiyn@gmail.com>
Wed, 29 Oct 2014 05:20:39 +0000
(
05:20
+0000)
llvm-svn: 220838
llvm/docs/GettingStarted.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/GettingStarted.rst
b/llvm/docs/GettingStarted.rst
index 19f710d4d8ed6256ab5b49527288a9942930dd6e..140210d1cc7c650de78419fb19d62929b1013ebe 100644
(file)
--- a/
llvm/docs/GettingStarted.rst
+++ b/
llvm/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.