diff options
author | Evgenii Stepanov <eugeni.stepanov@gmail.com> | 2023-11-21 13:11:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 13:11:12 -0800 |
commit | fb57f4e0e0b302ec1b3181e952a4bd4b3c57a286 (patch) | |
tree | 898c3f8f28be00b8f64d57bbf07e0310618b4767 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 752c21be68613f92e2de16cd380098cf830bc261 (diff) | |
download | llvm-fb57f4e0e0b302ec1b3181e952a4bd4b3c57a286.zip llvm-fb57f4e0e0b302ec1b3181e952a4bd4b3c57a286.tar.gz llvm-fb57f4e0e0b302ec1b3181e952a4bd4b3c57a286.tar.bz2 |
Allow multiple sanitizers on baremetal targets. (#72933)
Baremetal targets tend to implement their own runtime support for
sanitizers. Clang driver gatekeeping of allowed sanitizer types is
counter productive.
This change allows anything that does not crash and burn in compilation,
and leaves any potential runtime issues for the user to figure out.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions