================
@@ -0,0 +1,22 @@
+import argparse
----------------
pogo59 wrote:

There is a lit substitution `%python` and I see a fair number of these in the 
lit tests. Some use inline python scripts, some have separate scripts, and a 
number of them have the python script directly in the test file (`RUN: %python 
%s ...`). It's far more common in llvm than clang, so you may have better luck 
looking there for inspiration.

Test files generally do not have license headers.

https://github.com/llvm/llvm-project/pull/105902
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to