diff options
author | JF Bastien <jfb@chromium.org> | 2013-10-21 11:05:14 -0700 |
---|---|---|
committer | JF Bastien <jfb@chromium.org> | 2013-10-21 11:05:14 -0700 |
commit | 7c801d10ad719a7e0b875943b18504d7575524d9 (patch) | |
tree | a78aa74630f8d28bba65f678bc597b783404341a /lib/Support/Unix/ThreadLocal.inc | |
parent | f058041de6c69aadafcd030c62678d4244ba2cf7 (diff) |
Remove unused globals.
libc++'s iostream values are extern, and never actually used in the headers (unlike libstdc++'s) which means that including iostream and doing something like (void)std::clog used to leave a global external ostream object declaration without a definition, which cause PNaCl's module ABI verifier to fail ('has no initializer' and 'is not a valid external symbol').
R=dschuff@chromium.org
BUG= http://code.google.com/p/nativeclient/issues/detail?id=3623
TEST= globalcleanup.ll
Review URL: https://codereview.chromium.org/33233002
Diffstat (limited to 'lib/Support/Unix/ThreadLocal.inc')
0 files changed, 0 insertions, 0 deletions