Jan =?utf-8?q?Kokemüller?= <[email protected]>,
Jan =?utf-8?q?Kokemüller?= <[email protected]>,
Jan =?utf-8?q?Kokemüller?= <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================
@@ -0,0 +1,29 @@
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-apple-macosx10.7.0 -fmodules
-xc++ -emit-llvm -o - %s -w | FileCheck %s
+
+// CHECK-LABEL: define linkonce_odr noundef i32
@_ZZN8PR178893W3mod6format5parseEPiENKUlvE_clEv
----------------
ChuanqiXu9 wrote:
```suggestion
// CHECK-LABEL: define {{.*}}@_ZZN8PR178893W3mod6format5parseEPiENKUlvE_clEv
```
It is better to omit the unrelated part. This would make the test more stable.
https://github.com/llvm/llvm-project/pull/179035
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits