Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
002bb8f7ee500b20dc6862869d3abbba370949a7
/
test
/
Frontend
/
ir-support-codegen.ll
5a2675d
These tests require particular registered targets. Declared as such.
by Galina Kistanova
· 13 years ago
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
· 14 years ago