[PATCH] D134337: [clang] [Driver] More flexible rules for loading default configs

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 27 22:43:03 PDT 2022


pengfei added inline comments.


================
Comment at: clang/test/Driver/config-file3.c:33
+// RUN: ln -s %clang %t/testdmode/x86_64-unknown-linux-gnu-clang
+// RUN: echo > %t/testdmode/x86_64-unknown-linux-gnu-clang++.cfg
+// RUN: echo > %t/testdmode/x86_64-unknown-linux-gnu-clang-g++.cfg
----------------
MaskRay wrote:
> Since %t is rebuilt. You can just use `touch`
`touch` may not work on Windows?


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

https://reviews.llvm.org/D134337



More information about the cfe-commits mailing list