[clang] [Clang] Emit lifetime markers for non-aggregate temporary allocas (PR #90849)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 11:02:31 PDT 2024
================
@@ -1,13 +1,15 @@
-// RUN: %clang_cc1 -emit-llvm -triple arm64-- -o - %s -O0 | FileCheck %s --check-prefix=CHECK-O0
-// RUN: %clang_cc1 -emit-llvm -disable-llvm-optzns -triple arm64-- -o - %s -O3 | FileCheck %s --check-prefix=CHECK-O3
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
----------------
efriedma-quic wrote:
It looks like the existing checks didn't get regenerated? Did you modify the output of update_cc_test_checks hand? (Don't do that; someone will regenerate the test at some point and destroy your customizations.)
https://github.com/llvm/llvm-project/pull/90849
More information about the cfe-commits
mailing list