tinygo/testdata/cgo
Ayke van Laethem 639ec1e6ee builder: make sure -fshort-enums is used consistently
The main change is in building the libraries, where -fshort-enums was
passed on RISC-V while other C files weren't compiled with this setting.

Note: the test already passed before this change, but it seems like a
good idea to explicitly test for enum size consistency.
There is also not a particular reason not to pass -fshort-enums on
RISC-V. Perhaps it's better to do it there too (on baremetal targets
that don't have to worry about binary compatibility).
2020-04-07 16:17:10 +02:00
..
extra.go cgo: refactor; support multiple cgo files in a single package 2019-05-12 10:49:15 +02:00
main.c builder: make sure -fshort-enums is used consistently 2020-04-07 16:17:10 +02:00
main.go builder: make sure -fshort-enums is used consistently 2020-04-07 16:17:10 +02:00
main.h builder: make sure -fshort-enums is used consistently 2020-04-07 16:17:10 +02:00
out.txt builder: make sure -fshort-enums is used consistently 2020-04-07 16:17:10 +02:00