[PATCH] D135495: [clang-tidy] handle exceptions properly in `ExceptionAnalyzer`

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 24 12:06:24 PST 2023


erichkeane added a comment.

In D135495#4151238 <https://reviews.llvm.org/D135495#4151238>, @isuckatcs wrote:

> I'm not sure if I can run clang targetting AArch64 on an X86 machine but I tried it regardless and I get compiler errors on startup, so I can't debug this issue at the moment. 
> Besided that I don't know why it times out on that buildbot. The build job that is performed on every revision passed without any problems.

As long as you don't need the library (which, if you have a preprocessed file or a test, should absolutely not be necessary), you can just do the -cc1 option of -triple <whatever>, or the non- -cc1 option of -target <whatever>.

Both use basically the same options list, and that bot seems to be "aarch64-unknown-linux-gnu" (see under cmake-stage-1 the llvm host triple).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135495



More information about the cfe-commits mailing list