#!/bin/sh set -e set -x cd build # TODO: remove this workaround once https://bugs.debian.org/836723 is fixed # Found at https://llvm.org/bugs/show_bug.cgi?id=27310#c8: if [ "$CC" = "clang" ] then cat >fixasan.c <