1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llc
Dan Gohman f289d3a1c9 Now that llc can read .ll files directly, teach it to recognize .ll as
an extension, so that the default output filename for foo.ll is foo.s,
not foo.ll.s

llvm-svn: 82071
2009-09-16 19:18:41 +00:00
..
CMakeLists.txt Unbreak my CMake build. Say you'll link again. 2009-09-02 22:45:31 +00:00
llc.cpp Now that llc can read .ll files directly, teach it to recognize .ll as 2009-09-16 19:18:41 +00:00
Makefile Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc 2009-09-02 19:35:19 +00:00