[PATCH] D118996: [clang-tidy] Support C++14 in bugprone-signal-handler.

Andrew Ng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 07:47:08 PDT 2022


andrewng added a comment.

In D118996#3712493 <https://reviews.llvm.org/D118996#3712493>, @balazske wrote:

> In D118996#3712218 <https://reviews.llvm.org/D118996#3712218>, @RKSimon wrote:
>
>> @balazske This is failing on https://lab.llvm.org/buildbot/#/builders/139/builds/26335 - do you have a fix in progress or should I revert?
>
> Fix is not in progress, it may take some days.

I believe the problem is due to target specific default settings. Therefore, adding an explicit target, e.g. `-target x86_64-unknown-unknown`, to the `%check_clang_tidy` call should fix the problem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118996



More information about the cfe-commits mailing list