libfirm / cparser

C99 parser and frontend for libfirm
http://pp.ipd.kit.edu/firm
GNU General Public License v2.0
336 stars 38 forks source link

cannot compile multiple .c files at once #19

Open rofl0r opened 5 years ago

rofl0r commented 5 years ago
cparser a.c b.c c.c -o foo
./src/driver/c_driver.c:761: panic in build_firm_ir: compiling multiple files/translation units not yet supported
Aborted

this is a major bummer for me as it does not allow me to use my build system RcB2 with cparser.

can't we just compile each file on its own, write it somewhere to tmp, and then link the whole bunch together when the compiler is used liked this ?