Skip to content
  • Preston Gurd's avatar
    f0a48ec8
    This patch fixes 8 out of 20 unexpected failures in "make check" · f0a48ec8
    Preston Gurd authored
    when run on an Intel Atom processor. The failures have arisen due
    to changes elsewhere in the trunk over the past 8 weeks or so.
    
    These failures were not detected by the Atom buildbot because the
    CPU on the Atom buildbot was not being detected as an Atom CPU.
    The fix for this problem is in Host.cpp and X86Subtarget.cpp, but
    shall remain commented out until the current set of Atom test failures
    are fixed.
    
    Patch by Andy Zhang and Tyler Nowicki!
    
    llvm-svn: 160451
    f0a48ec8
    This patch fixes 8 out of 20 unexpected failures in "make check"
    Preston Gurd authored
    when run on an Intel Atom processor. The failures have arisen due
    to changes elsewhere in the trunk over the past 8 weeks or so.
    
    These failures were not detected by the Atom buildbot because the
    CPU on the Atom buildbot was not being detected as an Atom CPU.
    The fix for this problem is in Host.cpp and X86Subtarget.cpp, but
    shall remain commented out until the current set of Atom test failures
    are fixed.
    
    Patch by Andy Zhang and Tyler Nowicki!
    
    llvm-svn: 160451
Loading