diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
commit | 06b9f9ecaa95361128d93493fcb60087c46f87b0 (patch) | |
tree | 7338ba41fb47b94482967da6313ea500825a8290 /llvm/docs/GettingStarted.rst | |
parent | 87198cd35cc84fa72652c001a86f35c5f85938d9 (diff) | |
download | bcm5719-llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.tar.gz bcm5719-llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.zip |
[typo] An LLVM.
llvm-svn: 188589
Diffstat (limited to 'llvm/docs/GettingStarted.rst')
-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 40dfc45b38c..1fb5211646e 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -1312,7 +1312,7 @@ Example with clang Clang works just like GCC by default. The standard -S and -c arguments work as usual (producing a native .s or .o file, respectively). -#. Next, compile the C file into a LLVM bitcode file: +#. Next, compile the C file into an LLVM bitcode file: .. code-block:: console |