[clang] Add support for builtin_verbose_trap (PR #79230)

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 18 16:00:53 PDT 2024


================
@@ -0,0 +1,49 @@
+// RUN: %clang_cc1 -triple arm64-apple-ios -std=c++20 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
----------------
delcypher wrote:

Really? We don't test the generated IR in an optimized build? That seems like a bad idea given that code built for production use typically is optimized.

https://github.com/llvm/llvm-project/pull/79230


More information about the cfe-commits mailing list