Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
27a31fe6fac7eb98ece172bf83af93a3a103f5b4
/
test
/
Frontend
/
ir-support-codegen.ll
4cbbd94
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
by Daniel Dunbar
ยท 15 years ago