rizsotto / scan-build

Clang's scan-build re-implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runner.arch_check shall iterate through on arch list

rizsotto opened this issue · comments

SET(CMAKE_OSX_ARCHITECTURES "i386;x86_64" CACHE STRING "Rogue")

is a good example when multiple architecture is given for a single compilation. the -arch i386 has a corresponding macro defined which might cause different sources to analyze. (investigate the macro names for a good test case.)