[PATCH] D13128: Fix backend crash on multiple close of stdout.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 01:47:54 PDT 2015


ABataev added a comment.

The bad thing is that the same problem can be reproduced not only in frontend, but also in opt tool. The test I wrote (test/Other/empty.ll) also failed with the same message.
And Yaron is right, I need to mix several outputs in stdout. What should I do in this case?


http://reviews.llvm.org/D13128





More information about the cfe-commits mailing list