[cfe-dev] scan-build and multiple -arch flag

Laszlo Nagy rizsotto.mailinglist at gmail.com
Sat Aug 16 13:37:58 PDT 2014


hi all,

i'm in a rewrite of scan-build in python. and reading the original perl
code... where the 'ccc-analyzer' (@ line 490 and 716) does prepare for
multiple '-arch' flags.

i'm trying to understand this. what is a use case when users call Clang
with multiple -arch flags at compile time? the analyzer can't handle that,
that's why line 716 does a for loop there. so, if it's make no sense for
analyzer, does it for the compiler? or prepocessor? or the linker?

thanks for any help!

regards,
Laszlo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140816/e02ebc7a/attachment.html>


More information about the cfe-dev mailing list