We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca8b48 commit 89f68f3Copy full SHA for 89f68f3
artiq/compiler/testbench/jit.py
@@ -5,7 +5,7 @@
5
from ..targets import NativeTarget
6
7
def main():
8
- libartiq_support = os.getenv('LIBARTIQ_SUPPORT')
+ libartiq_support = os.getenv("LIBARTIQ_SUPPORT")
9
if libartiq_support is not None:
10
llvm.load_library_permanently(libartiq_support)
11
0 commit comments