[PATCH] D46978: Delay emutls deallocation for one round

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 15:21:59 PDT 2018


echristo accepted this revision.
echristo added a comment.

One inline comment, but otherwise looks ok. You could also split out all of the non-bionic/skip_destructor_rounds into cleanup and other patches as well.



================
Comment at: lib/builtins/emutls.c:27
+    - https://github.com/android-ndk/ndk/issues/687.
+    - http://b/16847284, http://b/78022094. */
+#define EMUTLS_SKIP_DESTRUCTOR_ROUNDS 1
----------------
No links to internal bug reporting infrastructure please.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46978





More information about the llvm-commits mailing list