diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-29 19:44:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-29 19:44:14 +0000 |
commit | e2ed5fb636bc4735694e917408f4bbf9fd34af71 (patch) | |
tree | a0e09c3bda65b827af72b5c405d33d1f93580572 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b2d03a6d003a9255655321b649117a010b8efe7f (diff) | |
download | llvm-e2ed5fb636bc4735694e917408f4bbf9fd34af71.zip llvm-e2ed5fb636bc4735694e917408f4bbf9fd34af71.tar.gz llvm-e2ed5fb636bc4735694e917408f4bbf9fd34af71.tar.bz2 |
lib/int_util: My refactoring to allow shared utility code had a fatal flaw when
multiple .a files would end up with duplicate strong definitions. This could
cause link failures in certain scenarios when both definitions got loaded.
- The best solution I see for this (aside from not factoring out the utility
code) is to mark the definitions weak. Better solutions appreciated!
llvm-svn: 145427
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions