[llvm-branch-commits] [clang] [KeyInstr][Clang] While stmt atom (PR #134645)
Jeremy Morse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 22 16:42:24 PDT 2025
================
@@ -0,0 +1,34 @@
+// 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
----------------
jmorse wrote:
```suggestion
// Perennial question: should the `dec` be in its own source atom or not
```
https://github.com/llvm/llvm-project/pull/134645
More information about the llvm-branch-commits
mailing list