summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/X86/X86ExecutableWriter.h
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-04-07 20:46:51 +0000
committerReid Kleckner <reid@kleckner.net>2015-04-07 20:46:51 +0000
commit0f764e57fc481bc7ca92e4f6e45f0a2d8b487bb2 (patch)
treeb0c65f8545389d6502f9e5e981c041d64c74a85b /lld/lib/ReaderWriter/ELF/X86/X86ExecutableWriter.h
parent3c45cffd68cd9839d4737ea260ed2706ab304cc9 (diff)
downloadbcm5719-llvm-0f764e57fc481bc7ca92e4f6e45f0a2d8b487bb2.tar.gz
bcm5719-llvm-0f764e57fc481bc7ca92e4f6e45f0a2d8b487bb2.zip
Revert "Mark instantiated function decls as inline specified if any pattern is"
It breaks down on this test case: void foo(); template <typename T> class C { friend void foo(); }; inline void foo() {} C<int> c; We shouldn't be marking the instantiation of the friend decl of foo as inline-specified. It may be possible to fix this by determining if the full definition is part of the current template, but it seems better to rever tot green until we come up with a full solution. This reverts commit r233817, as well as follow-ups r233820 and r233821. llvm-svn: 234355
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/X86/X86ExecutableWriter.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud