[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-04-02 Thread Maxim Zhukov via cfe-commits
Mephistophiles wrote: @chestnykh unfortunately, I don't have the rights to merge this PR https://github.com/llvm/llvm-project/pull/131296 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-31 Thread Maxim Zhukov via cfe-commits
Mephistophiles wrote: @vitalybuka ping :) Can I merge this PR? https://github.com/llvm/llvm-project/pull/131296 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-18 Thread Maxim Zhukov via cfe-commits
Mephistophiles wrote: @vitalybuka friendly ping https://github.com/llvm/llvm-project/pull/131296 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-15 Thread Maxim Zhukov via cfe-commits
Mephistophiles wrote: This is RFC PR: It seems very likely that having CFI instrumentation should not interfere with coverage instrumentation. But I am not completely sure. If these patch look good, please accept this commit. https://github.com/llvm/llvm-project/pull/131296 ___

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-15 Thread Maxim Zhukov via cfe-commits
Mephistophiles wrote: Hi @vitalybuka! Should I wait @kstoimenov approval? https://github.com/llvm/llvm-project/pull/131296 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-14 Thread Maxim Zhukov via cfe-commits
https://github.com/Mephistophiles updated https://github.com/llvm/llvm-project/pull/131296 >From e9f6a1ce9bcef9deb698469bc8860632fd1cb3c7 Mon Sep 17 00:00:00 2001 From: Maxim Zhukov Date: Fri, 14 Mar 2025 12:12:25 +0300 Subject: [PATCH] [sanitizer][CFI] Add support to build CFI with sanitize-c

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-14 Thread Maxim Zhukov via cfe-commits
https://github.com/Mephistophiles updated https://github.com/llvm/llvm-project/pull/131296 >From d9d8e52c91a8c8132d3f5384838bea0bc51a64e3 Mon Sep 17 00:00:00 2001 From: Maxim Zhukov Date: Fri, 14 Mar 2025 12:12:25 +0300 Subject: [PATCH 1/2] [sanitizer][CFI] Add support to build CFI with saniti

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-14 Thread Maxim Zhukov via cfe-commits
https://github.com/Mephistophiles ready_for_review https://github.com/llvm/llvm-project/pull/131296 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [sanitizer][CFI] Add support to build CFI with sanitize-coverage (PR #131296)

2025-03-14 Thread Maxim Zhukov via cfe-commits
https://github.com/Mephistophiles created https://github.com/llvm/llvm-project/pull/131296 Added ability to build together with -fsanitize=cfi and -fsanitize-coverage=trace-cmp at the same time. >From d9d8e52c91a8c8132d3f5384838bea0bc51a64e3 Mon Sep 17 00:00:00 2001 From: Maxim Zhukov Date: F