Disabling main() check on UBSAN, since the noreturn check is already made

llvm-svn: 219488
This commit is contained in:
Renato Golin 2014-10-10 10:26:14 +00:00
parent f9a2975417
commit 1a8093c3a7
1 changed files with 0 additions and 2 deletions

View File

@ -13,6 +13,4 @@ int f() {
int main(int, char **argv) {
return f();
// Disabled on Darwin, see above.
// CHECK-Linux-STACKTRACE: #1 {{.*}} in main{{.*}}missing_return.cpp:[[@LINE-2]]
}