summarylogtreecommitdiffstats
path: root/libc++-msan.install
blob: caef683ae99a721a07a3a008d464fc66cc55cbc2 (plain)
1
2
3
4
5
6
7
post_install() {
  echo compile with \`clang++ -std=c++11 -stdlib=libc++ -lc++abi\` to use libc++
}

post_upgrade() {
  post_install
}