[clang] [compiler-rt] [clang-tools-extra] [PGO] Exposing PGO's Counter Reset and File Dumping APIs (PR #76471)

Mingming Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 2 14:57:37 PST 2024


================
@@ -0,0 +1,16 @@
+// Test the linker feature that treats undefined weak symbols as null values.
+
+// RUN: %clang_pgogen -o %t %s
----------------
minglotus-6 wrote:

This just occurred to me, if the tested feature relies on linker implementation, does it need `REQUIRES: <platform>` so that `not %t` passes? 

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


More information about the cfe-commits mailing list