aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-29 19:44:14 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-29 19:44:14 +0000
commite2ed5fb636bc4735694e917408f4bbf9fd34af71 (patch)
treea0e09c3bda65b827af72b5c405d33d1f93580572 /clang/lib/Frontend/CompilerInvocation.cpp
parentb2d03a6d003a9255655321b649117a010b8efe7f (diff)
downloadllvm-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