Commit c18c8ee
citnames: add xgcc and xg++
When building gcc and g++, the compiler core is first built as xgcc/xg++, and
these are then used to compile other components (e.g. libgcc or libstdc++).
Since xgcc/xg++ were not recognized by bear, many files were missing from
compile_commands.json when building gcc.
# building gcc (master branch) on x86_64 Linux
../configure --disable-bootstrap --disable-multilib --enable-languages=c,c++
bear -- make
jq 'length' compile_commands.json
# before this change: 1067
# after this change: 2745
Fixes: #5631 parent 02ec886 commit c18c8ee
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
0 commit comments