[all-commits] [llvm/llvm-project] 990bab: [ScalableVectors] Warn instead of error for invali...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Thu Jan 20 08:44:02 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 990bab89fff75b9afb98762f6e90eb634afc6d42
https://github.com/llvm/llvm-project/commit/990bab89fff75b9afb98762f6e90eb634afc6d42
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/fsanitize-coverage.c
Log Message:
-----------
[ScalableVectors] Warn instead of error for invalid size requests.
This was intended to be fixed by D98856, but that only seemed to have
the desired behaviour when compiling to assembly using `-S`, not when
compiling into an object file or executable. Given that this was not
the intention of D98856, this patch fixes the behaviour.
More information about the All-commits
mailing list