[PATCH] D66323: [Fuchsia] Create the VMO during initialization, not during exit
Roland McGrath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 16:54:58 PDT 2019
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c:94
+static void createVMO() {
+ /* Don't create VMO if it has been alread created. */
+ if (__llvm_profile_vmo != ZX_HANDLE_INVALID)
----------------
typo: "already"
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66323/new/
https://reviews.llvm.org/D66323
More information about the llvm-commits
mailing list