[all-commits] [llvm/llvm-project] ef5219: [clang][Driver] Correct OpenBSD UBSAN options test
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Sep 1 07:55:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef5219c18b252ac36815d5f322acab704259df08
https://github.com/llvm/llvm-project/commit/ef5219c18b252ac36815d5f322acab704259df08
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M clang/test/Driver/fsanitize.c
Log Message:
-----------
[clang][Driver] Correct OpenBSD UBSAN options test
The RUN here was mising ":" and there was no check file passed
to FileCheck. This has been the case since this was originally added.
UBSAN is the only sanitizer that is available for OpenBSD,
but it does not add a simple "-fsanitize=undefined" instead
it adds a bunch of smaller options. So check for those like
the existing tests do.
More information about the All-commits
mailing list