[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 15:01:23 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:

Please discard this comment. 

@snehasish pointed out build-bots doesn't really have coverage of AIX linker, and the executable returns 1 if weak symbol is not null.

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


More information about the cfe-commits mailing list