[PATCH] D42992: Simplify libtool compatibility hack

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 16:02:26 PST 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/DriverUtils.cpp:127
   // shared libraries. Therefore, we need to print out at least "elf".
   // Here, we print out all the targets that we support.
+  outs() << Config->ProgName << ": supported targets: elf\n";
----------------
Remove this line from the comment.


https://reviews.llvm.org/D42992





More information about the llvm-commits mailing list