[all-commits] [llvm/llvm-project] b37588: [PS5] Correctly test for analyzer defaults
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Tue Apr 26 07:19:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b375882014ccaa19c14bc7dc46a666a5a09bbb40
https://github.com/llvm/llvm-project/commit/b375882014ccaa19c14bc7dc46a666a5a09bbb40
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/ps4-ps5-analyzer-defaults.cpp
Log Message:
-----------
[PS5] Correctly test for analyzer defaults
Commit 5c90eca added some analyzer option checking, but a typo meant
it was redundantly checking PS4 and not adding checking for PS5.
With the test corrected, it identified the necessary driver updates,
added in this commit.
More information about the All-commits
mailing list