[clang] [clang][Driver] Add a custom error option in multilib.yaml. (PR #105684)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 18:51:57 PDT 2024


================
@@ -0,0 +1,63 @@
+# REQUIRES: shell
+# UNSUPPORTED: system-windows
+
+# RUN: rm -rf %T/baremetal_multilib
----------------
MaskRay wrote:

do not use `%T`

https://llvm.org/docs/CommandGuide/lit.html#substitutions

just use `rm -rf %t && mkdir %t` for what you do with `%T/baremetal_multilib` ?

https://github.com/llvm/llvm-project/pull/105684


More information about the cfe-commits mailing list