kestreltechnology / ktadvance

KT Advance Memory Safety Analyzer for C
6 stars 3 forks source link

chc_parse_file: add support for specifying compiler/cpu architecture #16

Closed jdahlin closed 2 years ago

jdahlin commented 6 years ago

This abstracts the compiler and cpu architecture. Only gcc and armcc (windows via wsl) are supported, cpu arch is only used by armcc and the architecture option is not validated before passing it on to the compiler.