[PATCH] Extend acceptable undefined symbol handling

Shankar Kalpathi Easwaran shankarke at gmail.com
Tue Sep 3 10:37:00 PDT 2013



================
Comment at: include/lld/ReaderWriter/CoreLinkingContext.h:36
@@ -35,1 +35,3 @@
 
+  virtual bool outputIsShared() const { return false; }
+
----------------
outputIsSharedLibrary ?


http://llvm-reviews.chandlerc.com/D1582



More information about the llvm-commits mailing list