search for: additionalmemb

Displaying 5 results from an estimated 5 matches for "additionalmemb".

Did you mean: additionalmember
2010 Sep 14
0
[LLVMdev] tblgen error in svn
This is most likely user error but I am getting: /a/home/jplevyak/projects/llvm/Debug+Asserts/bin/tblgen: Record `Alias' does not have a field named `AdditionalMembers'! make[5]: *** [/a/home/jplevyak/projects/llvm/tools/clang/include/clang/AST/Debug+Asserts/Attrs.inc.tmp] Error 1 make[5]: Leaving directory `/a/home/jplevyak/projects/llvm/tools/clang/include/clang/AST' While building: http://llvm.org/svn/llvm-project/llvm/trunk jplevyak:llvm [414]...
2016 Oct 25
0
[Help] Add custom pragma
> Yes. I checked that file, but I wasn't sure whether that is right one to look at. It seems promising. I imagine you'd want something like the LoopHint attr. > What is *.td extension btw? The llvm project uses that extension to identify TableGen inputs (http://llvm.org/docs/TableGen/). vedant > On Oct 25, 2016, at 4:12 PM, Sunghyun Park <sunggg at umich.edu> wrote:
2007 Apr 19
5
Best practice thoughts: Model helpers, mocks
...3.stub!(:name).and_return(''Name'') @membership_type3.stub!(:price_cents).and_return(15000) mem_types << @membership_type3 MembershipType.stub!(:find_available).and_return(mem_types) addl_members = Array.new [ 1, 2, 3, 3 ].each do |i| am = mock_model(AdditionalMember) am.stub!(:blank?).and_return(false) am.stub!(:membership_type_id).and_return(i) am.stub!(:email).and_return(''foo at bar.com'') am.stub!(:first_name).and_return(''John'') am.stub!(:last_name).and_return(''Doh'')...
2016 Oct 25
2
[Help] Add custom pragma
Yes. I checked that file, but I wasn't sure whether that is right one to look at. What is *.td extension btw? When I google it, it says this is for Windows Debug Simulator. Why clang use this extension, which is limited to Windows environment? On Tue, Oct 25, 2016 at 7:00 PM, Vedant Kumar <vsk at apple.com> wrote: > That file is generated by the clang-tblgen tool: > >
2010 Sep 15
0
[LLVMdev] LLVMdev Digest, Vol 75, Issue 32
...cs.uiuc.edu > Message-ID: <4C8FAB4D.7080004 at acm.org> > Content-Type: text/plain; charset=ISO-8859-1 > > > This is most likely user error but I am getting: > > /a/home/jplevyak/projects/llvm/Debug+Asserts/bin/tblgen: Record `Alias' > does not have a field named `AdditionalMembers'! > > make[5]: *** > > [/a/home/jplevyak/projects/llvm/tools/clang/include/clang/AST/Debug+Asserts/Attrs.inc.tmp] > Error 1 > make[5]: Leaving directory > `/a/home/jplevyak/projects/llvm/tools/clang/include/clang/AST' > > While building: > > http://llvm.o...