[PATCH] [lld][ELF] add undefined atoms from dynamic library
Michael Spencer
bigcheesegs at gmail.com
Wed Apr 10 13:36:44 PDT 2013
================
Comment at: include/lld/Core/TargetInfo.h:317
@@ -330,2 +316,3 @@
+ std::vector<const char *> _llvmOptions;
};
} // end namespace lld
----------------
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
http://llvm-reviews.chandlerc.com/D642
More information about the llvm-commits
mailing list