<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 6, 2010, at 5:47 PM, Jeffrey Yasskin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I managed to convince check-lit to run the FrontendC tests using clang<br>by applying the following patch to my config.status (yes, it's a hack,<br>and you'll have to change the paths to match your system):<br><br>=========<br>661,664c661,664<br>< s,@LLVMGCCCOMMAND@,|#_!!_#|llvm-gcc,g<br>< s,@LLVMGXXCOMMAND@,|#_!!_#|llvm-g++,g<br>< s,@LLVMGCC@,|#_!!_#|,g<br>< s,@LLVMGXX@,|#_!!_#|,g<br>---<br><blockquote type="cite">s,@LLVMGCCCOMMAND@,|#_!!_#|/Users/jyasskin/src/llvm/clang/install/bin/clang,g<br></blockquote><blockquote type="cite">s,@LLVMGXXCOMMAND@,|#_!!_#|/Users/jyasskin/src/llvm/clang/install/bin/clang++,g<br></blockquote><blockquote type="cite">s,@LLVMGCC@,|#_!!_#|/Users/jyasskin/src/llvm/clang/install/bin/clang,g<br></blockquote><blockquote type="cite">s,@LLVMGXX@,|#_!!_#|/Users/jyasskin/src/llvm/clang/install/bin/clang++,g<br></blockquote>675,676c675,676<br>< s,@LLVMGCCDIR@,|#_!!_#|,g<br>< s,@LLVMGCC_LANGS@,|#_!!_#|,g<br>---<br><blockquote type="cite">s,@LLVMGCCDIR@,|#_!!_#|/Users/jyasskin/src/llvm/clang/install/bin,g<br></blockquote><blockquote type="cite">s,@LLVMGCC_LANGS@,|#_!!_#|c\,c++\,objc\,obj-c++,g<br></blockquote>========<br><br>The following 110 tests failed, although the LLVMC ones don't look<br>like real failures, and some of the ObjC ones are just warnings. I<br>intend to just ignore these failures in my own testing, but I thought<br>you guys might like to know. The full check-lit output is attached.<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><br></div><div>Our view on the FrontendC* tests is that they're testing very specific behaviors of llvm-gcc that we don't necessarily care about for Clang. At some point, I'd like to look at the failures to convince myself that these tests aren't uncovering real bugs, but even when I do... I'd rather move the useful tests in Clang's regression test suite.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">      </span>- Doug</div></body></html>