[PATCH] D151589: [lld] add context-sensitive PGO options for MachO

Jez Ng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 30 14:40:30 PDT 2023


int3 added inline comments.


================
Comment at: lld/test/MachO/cspgo-gen.ll:13
+
+define void @_start() {
+entry:
----------------
doesn't *really* matter since you are creating a dylib, but `lld-macho` doesn't actually treat `_start` as a special symbol (only `main`). maybe rename to `foo` to be less misleading?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151589/new/

https://reviews.llvm.org/D151589



More information about the cfe-commits mailing list