[PATCH] D29843: [CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibility

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 15:21:58 PST 2017


phosek added a comment.

Did you run all tests? I'd suspect that this might break `test/OpenMP/threadprivate_codegen.cpp` which is expecting `@__dso_handle = external global i8` which will now be `hidden global`?


https://reviews.llvm.org/D29843





More information about the cfe-commits mailing list