Details
Details
- Reviewers
dcoughlin zaks.anna - Commits
- rGbe6c3295154d: [Analyzer] Use CC environment variable to select analyzer path in SATestBuild.
rC313927: [Analyzer] Use CC environment variable to select analyzer path in SATestBuild.
rL313927: [Analyzer] Use CC environment variable to select analyzer path in SATestBuild.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Seems reasonable. Can you include a comment in the commit message about why this is needed?
Also, why did you choose an environment variable and not a flag?
Comment Actions
@dcoughlin: yes. Either would work, I thought that CC=mycompiler ./blah was already quite idiomatic.