aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-config.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-06-12 15:45:07 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-06-12 15:45:07 +0000
commit0d887a09421e40faadb67f1cfdfd81e5ba7bbed2 (patch)
tree58b5d38b91d7255384d376f1ca16f6954656b37b /docs/CommandGuide/llvm-config.rst
parentc038a7833565ecf92a699371d448135a097c9e2f (diff)
Use correct syntax highliter in code blocks. Noticed by Sean Silva.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-config.rst')
-rw-r--r--docs/CommandGuide/llvm-config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-config.rst b/docs/CommandGuide/llvm-config.rst
index 0da42d70fa..0ebb344c06 100644
--- a/docs/CommandGuide/llvm-config.rst
+++ b/docs/CommandGuide/llvm-config.rst
@@ -25,7 +25,7 @@ EXAMPLES
To link against the JIT:
-.. code-block:: perl
+.. code-block:: sh
g++ `llvm-config --cxxflags` -o HowToUseJIT.o -c HowToUseJIT.cpp
g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o \