[PATCH] D150282: [Driver] -ftime-trace: derive trace file names from -o and -dumpdir

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 14 23:14:23 PDT 2023


MaskRay added a comment.

In D150282#4341060 <https://reviews.llvm.org/D150282#4341060>, @Jake-Egan wrote:

> Hi, this fails on AIX. It looks like it still produces the `/tmp/lit-tmp-*/[ab]-*.json` format. Can you take a look please?
>
> https://lab.llvm.org/buildbot/#/builders/214/builds/7429/steps/6/logs/FAIL__Clang__ftime-trace_cpp

The test should have been fixed by 2f999327534f7cc660d2747ce294f50184dc1f97 <https://reviews.llvm.org/rG2f999327534f7cc660d2747ce294f50184dc1f97> .
This is a preexisting problem with `clang -c -ftime-trace -fno-integrated-as -O1 a.c -o e/a.o`: we get `/tmp/a-*.json` w/o or with the patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150282



More information about the cfe-commits mailing list