mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 04:00:56 +00:00
Oops. I wanted the compile flags for C++, not the C preprocessor flags.
llvm-svn: 48744
This commit is contained in:
parent
c905fe9407
commit
ce2682184f
@ -169,7 +169,7 @@ Module* makeLLVMModule() {
|
||||
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
# c++ -g tut1.cpp `llvm-config --cppflags --ldflags --libs core` -o tut1
|
||||
# c++ -g tut1.cpp `llvm-config --cxxflags --ldflags --libs core` -o tut1
|
||||
# ./tut1
|
||||
</pre>
|
||||
</div>
|
||||
|
@ -166,7 +166,7 @@ Module* makeLLVMModule() {
|
||||
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
# c++ -g tut2.cpp `llvm-config --cppflags --ldflags --libs core` -o tut2
|
||||
# c++ -g tut2.cpp `llvm-config --cxxflags --ldflags --libs core` -o tut2
|
||||
# ./tut2
|
||||
</pre>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user