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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to