[PATCH] [lld][ELF] add undefined atoms from dynamic library

Shankar Kalpathi Easwaran shankarke at gmail.com
Wed Apr 10 13:47:53 PDT 2013



================
Comment at: include/lld/Core/TargetInfo.h:317
@@ -330,2 +316,3 @@
+  std::vector<const char *> _llvmOptions;
 };
 } // end namespace lld
----------------
Michael Spencer wrote:
> Shankar Kalpathi Easwaran wrote:
> > kledzik at apple.com wrote:
> > > Isn't there some way to run clang-format so as to only format the new code and not gratuitously changing the rest of the file?
> > Not sure about that, I will manually change the lines back.
> git diff -U0 HEAD^ | clang/tools/clang-format/clang-format-diff.py -p1
good to know this, I will have to revert and put in the changes back that I made since its already applied the formatting changes in my code.


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



More information about the llvm-commits mailing list