We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7cf60 commit f110a95Copy full SHA for f110a95
Tools/jit/_targets.py
@@ -163,7 +163,7 @@ async def _compile(
163
# __FILE__ macro and assert failure messages) for reproducibility:
164
f"-ffile-prefix-map={CPYTHON}=.",
165
f"-ffile-prefix-map={tempdir}=.",
166
- # Don't emit CFI directives. The optimizer can produce unbalanced
+ # Don't emit CFI directives. The optimizer can produce unbalanced
167
# CFI directives that some assemblers reject (e.g. Apple LLVM 21):
168
"-fno-unwind-tables",
169
# Don't call built-in functions that we can't find or patch:
0 commit comments