This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [msan] Test fixes for msan with libc++
ClosedPublic

Authored by zatrazz on Nov 23 2015, 9:31 AM.

Details

Summary

This patch adds some fixes for MSAN with libc++ for aarch64:

  1. Adds the libmsan_loadable name for aarch64.
  2. Fixes some pthread_attr_setstacksize for aarch64, since glibc sets the mininum stack size to be higher than the x86_64 default (16KB vs 128KB).
  3. Fixes a swprintf null char constant definition.

Diff Detail

Event Timeline

zatrazz updated this revision to Diff 40939.Nov 23 2015, 9:31 AM
zatrazz retitled this revision from to [compiler-rt] [msan] Test fixes for msan with libc++.
zatrazz updated this object.
zatrazz added a subscriber: llvm-commits.
eugenis accepted this revision.Nov 23 2015, 9:55 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 23 2015, 9:55 AM
zatrazz closed this revision.Nov 25 2015, 4:32 AM