File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments