From 0d887a09421e40faadb67f1cfdfd81e5ba7bbed2 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Tue, 12 Jun 2012 15:45:07 +0000 Subject: 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 --- docs/CommandGuide/llvm-config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CommandGuide/llvm-config.rst') 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 \ -- cgit v1.2.3-18-g5258