"llvm/test/CodeGen/Generic/2006-09-06-SwitchLowering.ll" did not exist on "d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94"
Fix buildbots broken by r254508
g++ 4.7 does not allow an inline defaulted virtual destructor to be overridden, giving the error "looser throw specifier for ... overridding ~SCEVPredicate() noexcept (true)" (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53613). The work-around given in the bug report above has been utilised here. llvm-svn: 254511
Loading
Please sign in to comment