Skip to content
Commit e2ed5fb6 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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
parent b2d03a6d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment