OSDN Git Service

Now that llc can read .ll files directly, teach it to recognize .ll as
authorDan Gohman <gohman@apple.com>
Wed, 16 Sep 2009 19:18:41 +0000 (19:18 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 16 Sep 2009 19:18:41 +0000 (19:18 +0000)
commitd81c450afcc0258586d677813c388b0c8f289887
treedc398a42f4f296c66db614ada29551a5226ee501
parent1b75f44bd9b1cf4a532940ff986c9ee8bd21564f
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
tools/llc/llc.cpp