Skip to content

Commit 3e7cf60

Browse files
Make comment more concise
1 parent 55069d8 commit 3e7cf60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tools/jit/_targets.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,8 @@ 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 unwind tables or CFI directives. JIT stencils are
167-
# not standard functions and their unwind info is not usable at
168-
# runtime. The optimizer can produce unbalanced CFI directives
169-
# that some assemblers reject (e.g. Apple LLVM 21):
166+
# Don't emit CFI directives. The optimizer can produce unbalanced
167+
# CFI directives that some assemblers reject (e.g. Apple LLVM 21):
170168
"-fno-unwind-tables",
171169
# Don't call built-in functions that we can't find or patch:
172170
"-fno-builtin",

0 commit comments

Comments
 (0)