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

Paul T Robinson via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 05:51:16 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
----------------
pogo59 wrote:

If you want to test optimization behavior, that would be an LLVM test starting from IR. Clang itself does not optimize and so should not test optimization behavior.

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


More information about the cfe-commits mailing list