96e7813f08Add 'not' to commands that are expected to fail.
12 years ago
Benjamin Kramer
c9b47f9ba8Escape % in diagnostic message when compiling LLVM IR.
13 years ago
Daniel Dunbar
4cbbd94d0aFrontend: 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