Commit History

作者 SHA1 備註 提交日期
  Rafael Espindola 96e7813f08 Add 'not' to commands that are expected to fail. 12 年之前
  Benjamin Kramer c9b47f9ba8 Escape % in diagnostic message when compiling LLVM IR. 13 年之前
  Daniel Dunbar 4cbbd94d0a 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 15 年之前