[clang] [clang] Expose -f(no-)wrapv as clang-cl option (PR #120787)

2025-01-06 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `sanitizer-x86_64-linux` running on `sanitizer-buildbot2` while building `clang` at step 2 "annotate". Full details are available at: https://lab.llvm.org/buildbot/#/builders/66/builds/8274 Here is the relevant piece of the b

[clang] [clang] Expose -f(no-)wrapv as clang-cl option (PR #120787)

2025-01-06 Thread Nico Weber via cfe-commits
https://github.com/nico closed https://github.com/llvm/llvm-project/pull/120787 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Expose -f(no-)wrapv as clang-cl option (PR #120787)

2025-01-06 Thread Hans Wennborg via cfe-commits
https://github.com/zmodem approved this pull request. lgtm https://github.com/llvm/llvm-project/pull/120787 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Expose -f(no-)wrapv as clang-cl option (PR #120787)

2024-12-20 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Nico Weber (nico) Changes Also move the -fno-wrapv option definition next to the -fwrapv one while here. --- Full diff: https://github.com/llvm/llvm-project/pull/120787.diff 2 Files Affected: - (modified) clang/include/clang/Driver/Opti

[clang] [clang] Expose -f(no-)wrapv as clang-cl option (PR #120787)

2024-12-20 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Nico Weber (nico) Changes Also move the -fno-wrapv option definition next to the -fwrapv one while here. --- Full diff: https://github.com/llvm/llvm-project/pull/120787.diff 2 Files Affected: - (modified) clang/include/clang/Driv

[clang] [clang] Expose -f(no-)wrapv as clang-cl option (PR #120787)

2024-12-20 Thread Nico Weber via cfe-commits
https://github.com/nico created https://github.com/llvm/llvm-project/pull/120787 Also move the -fno-wrapv option definition next to the -fwrapv one while here. >From 48b974d50a6b5d91f094663e446b94910a22f097 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 20 Dec 2024 14:25:20 -0500 Subject: