diff options
| author | Eli Zaretskii | 2021-11-23 14:44:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-23 14:44:45 +0200 |
| commit | bdb489ad5dd81c8aef8ada8940f6981034dfaf82 (patch) | |
| tree | b7108c93aabd6c7cf79416087b50cc0eb87d224e | |
| parent | b4fb381d8d7e866676650a7283ac6d873838c49f (diff) | |
| download | emacs-bdb489ad5dd81c8aef8ada8940f6981034dfaf82.tar.gz emacs-bdb489ad5dd81c8aef8ada8940f6981034dfaf82.zip | |
; * etc/DEBUG: Adjust instructions for libgccjit reproducer.
| -rw-r--r-- | etc/DEBUG | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -591,9 +591,10 @@ If you cannot figure out the cause for the problem using the above, | |||
| 591 | native-compile the problematic file after setting the variable | 591 | native-compile the problematic file after setting the variable |
| 592 | 'comp-libgccjit-reproducer' to a non-nil value. That should produce a | 592 | 'comp-libgccjit-reproducer' to a non-nil value. That should produce a |
| 593 | file named ELNFILENAME_libgccjit_repro.c, where ELNFILENAME is the | 593 | file named ELNFILENAME_libgccjit_repro.c, where ELNFILENAME is the |
| 594 | name of the problematic .eln file, in the same directory where the | 594 | name of the problematic .eln file in the same directory where the .eln |
| 595 | .eln file is produced. Then attach that reproducer C file to your bug | 595 | file is produced, or a file repro.c under your ~/.emacs.d/eln-cache |
| 596 | report. | 596 | (which one depends on how the native-compilation is invoked). Then |
| 597 | attach that reproducer C file to your bug report. | ||
| 597 | 598 | ||
| 598 | ** Following longjmp call. | 599 | ** Following longjmp call. |
| 599 | 600 | ||