summarylogtreecommitdiffstats
path: root/libc++-msan.install
blob: 608ace2114ec5f20958f0edef10c8d00c1dcdc4f (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -fsanitize=memory -lc++abi\` to use libc++-msan
  echo "see http://clang.llvm.org/docs/MemorySanitizer.html for further instructions"
}

post_upgrade() {
  post_install
}