[llvm-commits] [llvm] r113137 - in /llvm/trunk/utils/TableGen: AsmMatcherEmitter.cpp StringMatcher.cpp StringMatcher.h

Chris Lattner sabre at nondot.org
Sun Sep 5 19:59:17 PDT 2010


fixed thanks.

-Chris

On Sep 5, 2010, at 7:58 PM, Francois Pichet wrote:

> This break the CMake build.. new files not in CMakeLists.txt
> 
> On Sun, Sep 5, 2010 at 10:01 PM, Chris Lattner <sabre at nondot.org> wrote:
>> Author: lattner
>> Date: Sun Sep  5 21:01:51 2010
>> New Revision: 113137
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=113137&view=rev
>> Log:
>> factor the snazzy string matcher code that Daniel hates
>> out of AsmMatcherEmitter.cpp into its own class.
>> 
>> Added:
>>    llvm/trunk/utils/TableGen/StringMatcher.cpp
>>    llvm/trunk/utils/TableGen/StringMatcher.h
>> Modified:
>>    llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp
>> 




More information about the llvm-commits mailing list