[PATCH] D125862: [clang][driver] Add gcc-toolset/devtoolset 12 to prefixes

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 15:35:22 PDT 2022


MaskRay added a comment.

Because of `TargetTriple.getOS() == llvm::Triple::Linux`, you need to guard the unittest under a similar check.

> Harbormaster completed remote builds in `B165047: Diff 430277.`

You can get Windows bot results in the link.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125862



More information about the cfe-commits mailing list