================
@@ -122,10 +122,22 @@ void RTNAME(ExecuteCommandLine)(const Descriptor 
&command, bool wait,
 
   if (exitstat) {
     RUNTIME_CHECK(terminator, IsValidIntDescriptor(exitstat));
+    auto exitstatKind{exitstat->type().GetCategoryAndKind()->second};
+    if (exitstatKind < 4) {
----------------
yi-wu-arm wrote:

Sorry I misunderstood your comment.

https://github.com/llvm/llvm-project/pull/78286
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to