Skip to content

Commit f110a95

Browse files
Appease linter
1 parent 3e7cf60 commit f110a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async def _compile(
163163
# __FILE__ macro and assert failure messages) for reproducibility:
164164
f"-ffile-prefix-map={CPYTHON}=.",
165165
f"-ffile-prefix-map={tempdir}=.",
166-
# Don't emit CFI directives. The optimizer can produce unbalanced
166+
# Don't emit CFI directives. The optimizer can produce unbalanced
167167
# CFI directives that some assemblers reject (e.g. Apple LLVM 21):
168168
"-fno-unwind-tables",
169169
# Don't call built-in functions that we can't find or patch:

0 commit comments

Comments
 (0)