================ @@ -0,0 +1,47 @@ +// RUN: %clang_cc1 -std=gnu++20 -fsanitize=cfi-icall -fsanitize-minimal-runtime \ +// RUN: -fsanitize-cfi-icall-experimental-normalize-integers \ +// RUN: -fsized-deallocation -flto=thin -std=gnu++20 -S %s -o- ---------------- fmayer wrote:
`-std=` is duplicated. can we have `c++20` or do we need gnu? do we need LTO? do we need to build a binary at all? can we just `-c` / `-S` / `-emit-llvm` or even `-cc1 -ast-print`? also i think the test name should make clear that this is about __abi_tag__, and the test should mention that this is a regression test for a crash in a comment. https://github.com/llvm/llvm-project/pull/183428 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
