Skip to content
  1. Apr 12, 2011
    • Nick Lewycky's avatar
      Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't · 0f857898
      Nick Lewycky authored
      mean that it has to be ConstantArray of ConstantStruct. We might have
      ConstantAggregateZero, at either level, so don't crash on that.
      
      Also, semi-deprecate the sentinal value. The linker isn't aware of sentinals so
      we end up with the two lists appended, each with their "sentinals" on them.
      Different parts of LLVM treated sentinals differently, so make them all just
      ignore the single entry and continue on with the rest of the list.
      
      llvm-svn: 129307
      0f857898
  2. Apr 11, 2011
  3. Apr 09, 2011
  4. Apr 08, 2011
  5. Apr 07, 2011
  6. Apr 06, 2011
  7. Apr 05, 2011
Loading