]> granicus.if.org Git - clang/commit
Don't suppress the emission of available_externally functions marked
authorDouglas Gregor <dgregor@apple.com>
Thu, 15 Jul 2010 22:58:18 +0000 (22:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 15 Jul 2010 22:58:18 +0000 (22:58 +0000)
commit7feaeeed1789fbf357fc81072966fe8f62fb4a81
treeba5202e6c4a8b296f6107dbf4e041f444ce30895
parent4089491e354a8718f3953b0ef72da0ad6ca98d89
Don't suppress the emission of available_externally functions marked
with always_inline attribute. Thanks to Howard for the tip.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108469 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/available-externally-suppress.c