I just did a fresh checkout of llvm and clang. Make test yields the following:
******************** TEST 'Sema/missing-string-interface.m' FAILED!
I just did a fresh checkout of llvm and clang. Make test yields the following:
******************** TEST 'Sema/missing-string-interface.m' FAILED!
BTW, is this expected to fail? It appears to be triggering a "FIXME".
I managed to get the error to disappear. I believe that "make test" might be using the "clang" executable that appears in your path, rather than using the one in your compilation tree. Once I rebuilt clang and installed it over the one that was in my path, the error went away.