aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/NaCl/globalcleanup.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Transforms/NaCl/globalcleanup.ll b/test/Transforms/NaCl/globalcleanup.ll
index 7e1fa3d8a5..5f976e22da 100644
--- a/test/Transforms/NaCl/globalcleanup.ll
+++ b/test/Transforms/NaCl/globalcleanup.ll
@@ -16,14 +16,6 @@
; CHECK: @weak_gv = internal global
@weak_gv = weak global i32 0
-; Libc++'s declarations of iostream values are purely ``extern`` and
-; unused otherwise which led to a bug when used as ``(void)std::clog``:
-; the global would survive as ``external global`` post-link but without
-; a proper definition. Global cleanup should take care of it.
-; GV-NOT: ostream
-%"class.fake_ostream" = type { i32 }
-@ostream = external global %"class.fake_ostream"
-
; CHECK: define void @_start
define void @_start() {
ret void