diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-18 16:30:42 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-18 16:30:42 +0000 |
commit | fb3643a7509dcde7fb0fb7290e4b3b42b317700c (patch) | |
tree | 9a666fde7ce415cdb7fcb8a1c87629e4d99fac80 /lib/AST/CommentParser.cpp | |
parent | 572eec1bdeb3b782d27aedd27c36a8d8168e261c (diff) |
On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())
despite __attribute__(__used__). As explained by Argyrios,
> .a archive files do some stripping of their own and they remove .o files that
> contain functions that are not referenced by any other .o file.
The fix is to use these functions from another .o file.
Thanks, Argyrios!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CommentParser.cpp')
0 files changed, 0 insertions, 0 deletions