[clang] [KeyInstr][Clang] Do stmt atom (PR #134644)

Orlando Cazalet-Hyams via cfe-commits cfe-commits at lists.llvm.org
Fri May 23 06:30:20 PDT 2025


================
@@ -0,0 +1,33 @@
+// RUN: %clang_cc1 -gkey-instructions -x c++ -std=c++17 %s -debug-info-kind=line-tables-only -emit-llvm -o - \
+// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
+
+// RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o -  \
+// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
+
+// Perennial quesiton: should the `dec` be in its own source atom or not
----------------
OCHyams wrote:

Done

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


More information about the cfe-commits mailing list