================
@@ -0,0 +1,29 @@
+# -*- Python -*-
+
+import os
+
+import lit.util
+
+flang_bolt_mode = config.flang_bolt_mode.lower()
+flang_binary = "flang"
+perf_wrapper = f"{config.python3_exe} {config.perf_helper_dir}/perf-helper.py 
perf "
----------------
Meinersbur wrote:

Python executable is `sys.executable`, no need to pass it from CMake

https://github.com/llvm/llvm-project/pull/198863
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to