diff --git a/compiler-rt/lib/msan/msan.cpp b/compiler-rt/lib/msan/msan.cpp --- a/compiler-rt/lib/msan/msan.cpp +++ b/compiler-rt/lib/msan/msan.cpp @@ -151,7 +151,6 @@ // FIXME: test and enable. cf.check_printf = false; cf.intercept_tls_get_addr = true; - cf.exitcode = 77; OverrideCommonFlags(cf); }