[PATCH] D45736: [SimplifyLibcalls] Replace locked IO with unlocked IO

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 14:23:43 PDT 2018


xbolva00 added a comment.

In https://reviews.llvm.org/D45736#1071418, @efriedma wrote:

> It doesn't matter what code is in the module which is currently being processed; another module could do `__attribute((constructor)) void f() { pthread_t t; pthread_create(&t, 0, puts, "foo"); }` or something.


Then, this patch is dead, right?


https://reviews.llvm.org/D45736





More information about the llvm-commits mailing list