[compiler-rt] [clang] [clang-tools-extra] [llvm] [Profile] Allow profile merging with multiple correlate files. (PR #75957)

Zequan Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 12:36:29 PST 2023


================
@@ -0,0 +1,33 @@
+// REQUIRES: lld-available
----------------
ZequanWu wrote:

The added test in `Linux/instrprof-debug-info-correlate.c` requires build id. Does darwin linker ld64 or ld64.lld have the option to emit build id into binary? I don't find such flag.

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


More information about the cfe-commits mailing list