| commit | 6ad66f21fc6d839966abfb84738f8e992c7bb193 | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Tue Dec 13 22:34:30 2022 -0500 |
| committer | Simon Marchi <simon.marchi@efficios.com> | Fri Jan 20 14:48:56 2023 -0500 |
| tree | be36f3602fea8636c5a26c7a05075606e9825dfc | |
| parent | c85555b1a8676145695cf5783df4d95c509ed82f [diff] |
gdb: move compile_instance to compile/compile.h struct compile_instance needs to be visible to users, since we use std::unique<compile_instance>. language.c and c-lang.c currently includes compile-internal.h for this reason, which kind of defeats the purpose of having an "internal" header file. Change-Id: Iedffe5f1173b3de7bdc1be533ee2a68e6f6c549f Reviewed-By: Bruno Larsen <blarsen@redhat.com>