[PATCH] D12769: [analyzer] Update SATestBuild.py to set -isysroot for preprocessed files
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 11:11:34 PDT 2015
xazax.hun added inline comments.
================
Comment at: utils/analyzer/SATestBuild.py:277
@@ +276,3 @@
+ # For now, we assume the preprocessed files should be analyzed
+ # with the OS X SDK.
+ SDKPath = getSDKPath("macosx")
----------------
I think it might be better to check if the host os is OS X. This way one might be able to check preprocessed files on other linux.
http://reviews.llvm.org/D12769
More information about the cfe-commits
mailing list