diff options
author | James Y Knight <jyknight@google.com> | 2015-12-29 16:44:11 +0000 |
---|---|---|
committer | James Y Knight <jyknight@google.com> | 2015-12-29 16:44:11 +0000 |
commit | 2cd14e93a98f5c378765770c5aaf7c4844d70d6d (patch) | |
tree | 3f2d7264f081105271d4cf714d858665cfdae038 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 4b5346fa49014d1f4347e126d9c5762798495703 (diff) | |
download | llvm-2cd14e93a98f5c378765770c5aaf7c4844d70d6d.zip llvm-2cd14e93a98f5c378765770c5aaf7c4844d70d6d.tar.gz llvm-2cd14e93a98f5c378765770c5aaf7c4844d70d6d.tar.bz2 |
[TrailingObjects] Use a different technique to determine if a getDecl
member function exists on a class.
The previous trick depended on inheriting from the class it was
checking, which will fail when I start marking things 'final'.
Attempt #2: now with a special #ifdef branch for MSVC.
Hopefully *this* actually builds with all supported compilers...
llvm-svn: 256564
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions