aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-07 23:27:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-07 23:27:59 +0000
commit6f8362c6bf854b809e270a7d1bf727e0e21f7d2e (patch)
tree7c425bb0045ff30f87b36cce1ae09f5afb98a5b2 /lldb/scripts/Python
parent9507f9cc054da3b8148ac294ea5ced79625a897f (diff)
downloadllvm-6f8362c6bf854b809e270a7d1bf727e0e21f7d2e.zip
llvm-6f8362c6bf854b809e270a7d1bf727e0e21f7d2e.tar.gz
llvm-6f8362c6bf854b809e270a7d1bf727e0e21f7d2e.tar.bz2
Frontend: Add CodeGenAction support for handling LLVM IR.
- This magically enables using 'clang -cc1' as a replacement for most of 'llvm-as', 'llvm-dis', 'llc' and 'opt' functionality. For example, 'llvm-as' is: $ clang -cc1 -emit-llvm-bc FOO.ll -o FOO.bc and 'llvm-dis' is: $ clang -cc1 -emit-llvm FOO.bc -o - and 'opt' is, e.g.: $ clang -cc1 -emit-llvm -O3 -o FOO.opt.ll FOO.ll and 'llc' is, e.g.: $ clang -cc1 -S -o - FOO.ll The nice thing about using the backend tools this way is that they are guaranteed to exactly match how the compiler generates code (for example, setting the same backend options). llvm-svn: 105583
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions