We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6115b71 commit 8868f3bCopy full SHA for 8868f3b
1 file changed
test/lit.cfg.py
@@ -1,7 +1,12 @@
1
+#!/usr/bin/env python3
2
+# -*- coding: utf-8 -*-
3
+
4
import os
5
import platform
-import lit.formats
6
7
import lit.util
8
+import lit.formats
9
10
from lit.llvm import llvm_config
11
from lit.llvm.subst import ToolSubst
12
from lit.llvm.subst import FindTool
0 commit comments