[PATCH] D55916: [clang] Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]

Ulrich Weigand via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 20 05:41:41 PST 2018


uweigand added a comment.

In D55916#1337427 <https://reviews.llvm.org/D55916#1337427>, @uweigand wrote:

> This causes test case failures due to no longer linking with -lrt on Linux.


Never mind, already fixed :-)   Thanks!


Repository:
  rC Clang

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

https://reviews.llvm.org/D55916





More information about the cfe-commits mailing list