MaskRay added inline comments.

================
Comment at: clang/test/Driver/rocm-detect.hip:42
+
+// RUN: rm -rf %T/myhip
+// RUN: rm -rf %T/myhip_nouse
----------------
`%T` is not recommended.

https://llvm.org/docs/CommandGuide/lit.html
"parent directory of %t (not unique, deprecated, do not use)"

Just use `RUN: rm -rf %t && mkdir %t`



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

https://reviews.llvm.org/D145391

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to