OSDN Git Service

Revert r75581: it causes massive breakage in the Ada
authorDuncan Sands <baldrick@free.fr>
Thu, 23 Jul 2009 19:00:02 +0000 (19:00 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 23 Jul 2009 19:00:02 +0000 (19:00 +0000)
commitdaf2212e8337c2333631787ed2765a23ddafd527
treef0129e7cd97e1bda1ab22af10b6cd24cb9dd6903
parentbc8d813f715e47afd27b73b0b7abd00978e0ba51
Revert r75581: it causes massive breakage in the Ada
testsuite, due to exception handling not working
correctly.  Maybe because the libgcc unwinder is
miscompiled - not sure, and I won't have time to
look into it before leaving on holiday.  Note that
miscompilations of libgcc are not picked up by the
nightly testers, because they dynamically link with
libgcc, so pick up the system version rather than
the version built as part of llvm-gcc.  This is a
nasty flaw in the nightly testers.  (On the other
hand the Ada testsuite links with the just built
libgcc).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76895 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp