[all-commits] [llvm/llvm-project] 986202: [clang][test][NFC] Use more widely supported sanit...
jkorous-apple via All-commits
all-commits at lists.llvm.org
Tue Jan 14 12:55:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 986202fad41529af8288aca54f2ff62d4c501d71
https://github.com/llvm/llvm-project/commit/986202fad41529af8288aca54f2ff62d4c501d71
Author: Jan Korous <jkorous at apple.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
R clang/test/Frontend/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt
A clang/test/Frontend/Inputs/resource_dir_with_sanitizer_blacklist/share/ubsan_blacklist.txt
M clang/test/Frontend/dependency-gen.c
Log Message:
-----------
[clang][test][NFC] Use more widely supported sanitizer for file dependency tests
The tests aren't concerned at all by the actual sanitizer - only by blacklist being reported as a dependency.
We're unfortunately limited by platform support for any particular sanitizer but we can at least use one that is widely supported.
Post-commit review:
https://reviews.llvm.org/D72729
More information about the All-commits
mailing list