clang, clang++, gcc, g++: edit page (#11629)
This commit is contained in:
@@ -23,3 +23,7 @@
|
||||
- Compile source code into LLVM Intermediate Representation (IR):
|
||||
|
||||
`clang++ -S -emit-llvm {{path/to/source.cpp}} -o {{path/to/output.ll}}`
|
||||
|
||||
- Optimize the compiled program for performance:
|
||||
|
||||
`clang++ {{path/to/source.cpp}} -O{{1|2|3|fast}} -o {{path/to/output_executable}}`
|
||||
|
Reference in New Issue
Block a user