]> git.eshelyaron.com Git - emacs.git/commit
* Better error handling after calling 'gcc_jit_context_compile_to_file'
authorAndrea Corallo <akrl@sdf.org>
Tue, 15 Sep 2020 07:05:14 +0000 (09:05 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 15 Sep 2020 07:05:14 +0000 (09:05 +0200)
commit5b41545f1be367837d9ac717ea67fba19a4c24d4
treeb5c1b64d1f47ee8d0a52e2afdc3f228d291cbea4
parent5f37c18581ea1a36e9dcb5d4ac741aafb0398ebe
* Better error handling after calling 'gcc_jit_context_compile_to_file'

Tipically errors are catched in 'compile_function' but in case
libgccjit throw an error only afterwards while compiling the whole
compilation unit we have to report it correctly.

* src/comp.c (Fcomp__compile_ctxt_to_file): Catch libgccjit
errors after calling 'gcc_jit_context_compile_to_file'.
src/comp.c