In a recent run, temp files got created in /tmp/lit-tmp-2wcrtcx1/foo-xxx.o.
Since the tmp path contained "crt", this made a few tests fail:
http://45.33.8.238/linux/72221/step_7.txt
Not allowing '/' as path of the file name prevents this.
Paths
| Differential D122547
[clang] Make Driver tests pass when running with temp dir containing "crt" ClosedPublic Authored by thakis on Mar 27 2022, 1:12 PM.
Details Summary In a recent run, temp files got created in /tmp/lit-tmp-2wcrtcx1/foo-xxx.o. Not allowing '/' as path of the file name prevents this.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 28 2022, 3:31 AM Closed by commit rG67aea3b65cc5: [clang] Make Driver tests pass when running with temp dir containing "crt" (authored by thakis). · Explain WhyMar 28 2022, 1:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 418468 clang/test/Driver/dragonfly.c
clang/test/Driver/freebsd.c
clang/test/Driver/fuchsia.c
clang/test/Driver/linux-cross.cpp
clang/test/Driver/netbsd.c
clang/test/Driver/openbsd.c
|