Skip to content
  1. Feb 04, 2009
  2. Feb 03, 2009
  3. Feb 02, 2009
  4. Feb 01, 2009
  5. Jan 31, 2009
  6. Jan 30, 2009
  7. Jan 29, 2009
  8. Jan 28, 2009
  9. Jan 27, 2009
    • Anton Korobeynikov's avatar
      Treat [1 x i8] zeroinitializer as a C string, placing such stuff into · 70d4c08c
      Anton Korobeynikov authored
      mergeable string section. I don't see any bad impact of such decision
      (rather then placing it into mergeable const section, as it was before),
      but at least Darwin linker won't complain anymore.
      
      The problem in LLVM is that we don't have special type for string constants
      (like gcc does). Even more, we have two separate types: ConstatArray for non-null
      strings and ConstantAggregateZero for null stuff.... It's a bit weird :)
      
      llvm-svn: 63142
      70d4c08c
Loading