Skip to content
  1. Jul 31, 2013
  2. Jul 30, 2013
    • Rui Ueyama's avatar
      [PECOFF] Split COFFDefinedAtom to add COFFBSSAtom class. · 7ae6ffd3
      Rui Ueyama authored
      The BSS atom is similar to the regular defined atom, but it's different
      in the sense that it does not have contents. Until now we assumed all the
      defined atoms have its contents. That did not fit well to the BSS atom.
      
      llvm-svn: 187453
      7ae6ffd3
    • Eric Christopher's avatar
      Add capability for building with -gsplit-dwarf to the cmake build. · 39878060
      Eric Christopher authored
      In limited testing this seems to work. Caveat emptor.
      
      llvm-svn: 187452
      39878060
    • Daniel Malea's avatar
      Assorted test suite fixes as a result of GCC 4.8 validation efforts · 7dadf499
      Daniel Malea authored
      - disable some TestConcurrentEvents cases (which are affected by llvm.org/pr16714 -- watchpoints in multithreaded programs)
      - relax number-of-bp-locations check in TestUniqueTypes/TestUnsignedTypes
      - skip TestDataFormatterStdVector cases with GCC 4.8 (known failure due to llvm.org/pr15301)
      - workaround for race condition in TestHelloWorld.py
      - update TestSettings.py to work on distros (like Fedora) that have /bin/cat hardlinked to /usr/bin/cat
      
      After these changes, the test suite should run cleanly against GCC 4.8 (with DWARF v4)!
      
      llvm-svn: 187451
      7dadf499
Loading