[PATCH] D107374: [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 08:12:58 PDT 2021


DavidSpickett added a comment.

FYI, the test failure totally wasn't anything to do with your patch.

For anyone else who might hit this, I've left the details on https://reviews.llvm.org/rGd4b193ca64e91c54487c52ac2f6eee5bd40e41ef. It's some issue with GNU ld <2.32 when handling objects created by a clang with the new pass manager enabled.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107374/new/

https://reviews.llvm.org/D107374



More information about the llvm-commits mailing list