The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin".
[oota-llvm.git] / test / MC / AsmParser / directive_seh.s
2011-05-26 Charles DavisAdd a test for the chained directives that I forgot...
2011-05-26 Charles DavisTest .seh_startchained and .seh_endchained parsing.
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-24 Charles DavisTest basic SEH directive-parsing functionality. Fix...