[PATCH] D92336: repair cygwin build

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 08:52:38 PST 2020


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

That really is unfortunate.  LLVM generally does a pretty good job of sticking to standard C++.  The symbols you claim are missing aren't C++ symbols but rather C symbols.  I suppose that this doesn't hurt the other targets.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92336



More information about the llvm-commits mailing list