mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
Fix instructions now that PR1739 is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a444c717d
commit
06bb404d0a
@ -611,7 +611,7 @@ our makefile/command line about which options to use:</p>
|
|||||||
<pre>
|
<pre>
|
||||||
# Compile
|
# Compile
|
||||||
g++ -g toy.cpp `llvm-config --cppflags` `llvm-config --ldflags` \
|
g++ -g toy.cpp `llvm-config --cppflags` `llvm-config --ldflags` \
|
||||||
`llvm-config --libs core` -I ~/llvm/include/ -o toy
|
`llvm-config --libs core` -o toy
|
||||||
# Run
|
# Run
|
||||||
./toy
|
./toy
|
||||||
</pre>
|
</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user