[all-commits] [llvm/llvm-project] dac423: [SanitizerBinaryMetadata] Fix ignorelist test with...
Marco Elver via All-commits
all-commits at lists.llvm.org
Fri Feb 10 15:38:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dac423bd571858a85f3b388904392f0e55421d7d
https://github.com/llvm/llvm-project/commit/dac423bd571858a85f3b388904392f0e55421d7d
Author: Marco Elver <elver at google.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M clang/test/CodeGen/sanitize-metadata-ignorelist.c
Log Message:
-----------
[SanitizerBinaryMetadata] Fix ignorelist test with -Assert
%clang and %clang_cc1 have different behaviour, and with -Assert %clang
seems to not match +Assert behaviour. Fix it by switching to %clang_cc1
for the test.
Fixes: 421215b919d0 ("[SanitizerBinaryMetadata] Support ignore list")
More information about the All-commits
mailing list