[clang] [llvm] [OpenMP][OMPIRBuilder] Handle non-failing calls properly (PR #115863)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 10:19:37 PST 2025
https://github.com/Meinersbur approved this pull request.
The compromise with `cantFail` is fine. Most will run those tests with assertions enabled and undefined behaviour is one of the things a unittests should be regularly tested for (e.g. with undefined-behaviour sanitizer).
https://github.com/llvm/llvm-project/pull/115863
More information about the llvm-commits
mailing list