forked from OSchip/llvm-project
Disabling main() check on UBSAN, since the noreturn check is already made
llvm-svn: 219488
This commit is contained in:
parent
f9a2975417
commit
1a8093c3a7
|
@ -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]]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue