diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-08-06 07:59:26 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-08-06 07:59:26 +0000 |
commit | 051eeca08e0944c86a4333e385d8286afb9d70bc (patch) | |
tree | 416008d37df4647adeafbfd912cde23b12f0262e /llvm/lib/Target/X86/X86ISelLowering.cpp | |
parent | 903c5f9329b0d93396b178c7eb4e24d49223282c (diff) | |
download | bcm5719-llvm-051eeca08e0944c86a4333e385d8286afb9d70bc.tar.gz bcm5719-llvm-051eeca08e0944c86a4333e385d8286afb9d70bc.zip |
Fix Visual C++ error C2248:
'llvm::TrailingObjects<`anonymous-namespace'::Class1,short,llvm::NoTrailingTypeArg>::additionalSizeToAlloc' :
cannot access protected member declared in class
'llvm::TrailingObjects<`anonymous-namespace'::Class1,short,llvm::NoTrailingTypeArg>'
I'm not sure how this compiles with gcc.
Aren't protecteded members accessible only with protected or public inheritance?
llvm-svn: 244199
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions