llvm-6502/tools/llc
Dan Gohman d81c450afc 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82071 91177308-0d34-0410-b5e6-96231b3b80d8
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