This is a resubmission of the patch from http://reviews.llvm.org/D4793.
This patch fixes the failure in macroparams.c.
It also fixes some windows failures in trycatch.cpp and classtemplate.cpp by specifying a triple for files that have constructs that clang can't mangle yet.
The other windows failures in class.cpp and derivedclass.cpp are fixed by r215365.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The updated patch removes the test for class.cpp and derivedclass.cpp which will go into a separate patch because they require another patch in order to pass on windows.
The other tests were modified according to Justin's suggestions.