[all-commits] [llvm/llvm-project] 723f7d: [clang][driver][NFC] Add hasShadowCallStack to San...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Wed Apr 12 11:02:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 723f7d3a0891d341b635f31086ae268aadd6d3d6
https://github.com/llvm/llvm-project/commit/723f7d3a0891d341b635f31086ae268aadd6d3d6
Author: Paul Kirth <paulkirth at google.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M clang/include/clang/Driver/SanitizerArgs.h
Log Message:
-----------
[clang][driver][NFC] Add hasShadowCallStack to SanitizerArgs
Currently, we can't check if ShadowCallStack is present in Args the same
way we handle other sanitizers. This is preparatory work for planned
driver changes to how we handle ShadowCallStack.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D148031
More information about the All-commits
mailing list