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

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 10:58:04 PST 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
----------------
ahatanak wrote:

Do we want to add a clang test? I thought we generally don't enable optimization in clang CodeGen tests because it makes the tests fragile. Has the guideline changed?

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


More information about the cfe-commits mailing list