diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2014-10-29 05:20:39 +0000 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2014-10-29 05:20:39 +0000 |
| commit | a4fcf71bca053e57adec68c9e2dfc699cd4d6141 (patch) | |
| tree | e5f187801890c6d98559732b3fb8d5c56a82722e /llvm | |
| parent | 633239023cc602ce489ec53060e97e21f6d1ee27 (diff) | |
| download | bcm5719-llvm-a4fcf71bca053e57adec68c9e2dfc699cd4d6141.tar.gz bcm5719-llvm-a4fcf71bca053e57adec68c9e2dfc699cd4d6141.zip | |
VMCore was renamed to IR long time ago
llvm-svn: 220838
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 19f710d4d8e..140210d1cc7 100644 --- 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. |

