mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
further simplify run options, thanks to gordonh for pointing this out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06bb404d0a
commit
9ac0ca07f9
@ -610,8 +610,7 @@ our makefile/command line about which options to use:</p>
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
# Compile
|
||||
g++ -g toy.cpp `llvm-config --cppflags` `llvm-config --ldflags` \
|
||||
`llvm-config --libs core` -o toy
|
||||
g++ -g toy.cpp `llvm-config --cppflags --ldflags --libs core` -o toy
|
||||
# Run
|
||||
./toy
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user