[all-commits] [llvm/llvm-project] b1b86b: [Clang][Driver] More explicit message when failing...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Wed Jun 1 01:54:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1b86b63943305f71e5fb522da168c9dbac1d39d
https://github.com/llvm/llvm-project/commit/b1b86b63943305f71e5fb522da168c9dbac1d39d
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2022-06-01 (Wed, 01 Jun 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/SanitizerArgs.cpp
M clang/test/Driver/fsanitize-ignorelist.c
Log Message:
-----------
[Clang][Driver] More explicit message when failing to find sanitizer resource file
Compiler-rt doesn't provide support file for cfi on s390x ad ppc64le (at least).
When trying to use the flag, we get a file error.
This is an attempt at making the error more explicit.
Differential Revision: https://reviews.llvm.org/D120484
More information about the All-commits
mailing list