[PATCH] D41102: Setup clang-doc frontend framework
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 19 08:23:21 PDT 2018
lebedev.ri added a comment.
In https://reviews.llvm.org/D41102#1041773, @juliehockett wrote:
> I was just thinking of disabling the one test that has an issue (class-in-function) on Windows -- the filename is only used in generating *some* USRs, so all of the other ones are fine. We ran into some issues with that though, since `UNSUPPORTED: system-windows` didn't seem to disable the test on the machine I have access to. Thoughts?
> `UNSUPPORTED: system-windows`
Perhaps that is only for msvc?
Have you tried something more broad, like
`UNSUPPORTED: mingw32,win32`
?
Repository:
rL LLVM
https://reviews.llvm.org/D41102
More information about the llvm-commits
mailing list