[PATCH] [Core] Do not reclaim absolute atoms in resolver
Shankar Kalpathi Easwaran
shankarke at gmail.com
Mon Feb 23 05:07:09 PST 2015
================
Comment at: lib/Core/Resolver.cpp:393-394
@@ -390,1 +392,4 @@
+ if (const AbsoluteAtom *absAtom = dyn_cast<AbsoluteAtom>(atom))
+ markLive(absAtom);
+ }
// By default, shared libraries are built with all globals as dead strip roots
----------------
Is this something GNU only ?
http://reviews.llvm.org/D7823
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list