[llvm-commits] [llvm] r140121 - in /llvm/trunk: docs/ docs/CommandGuide/ include/llvm/CompilerDriver/ lib/ lib/CompilerDriver/ utils/TableGen/
Chris Lattner
clattner at apple.com
Wed Sep 21 23:15:28 PDT 2011
On Sep 20, 2011, at 9:50 AM, Eric Christopher wrote:
>
> On Sep 20, 2011, at 12:40 AM, arrowdodger wrote:
>
>> I've thought, the purpose of CompilerDriver library was to assist language writers to create theirs driver executables. And LLVMC is example of it's usage. It's not i was using it, but i'm sad of it's removal.
>
> Right. No one else was either. It's still in the version control system, but it wasn't really supported or flexible enough to support long term. In the future I hope that the clang driver can use a similar tablegen driven scheme though.
I agree: if someone finds it useful, they can dig it out of SVN.
-Chris
More information about the llvm-commits
mailing list