clang' build is broken for me the same way Dmitry
2013/12/5 Tobias Burnus <tobias.bur...@physik.fu-berlin.de>: > Hi, > > On Thu, Dec 05, 2013 at 02:06:52PM +0400, Konstantin Serebryany wrote: >> Another libsanitizer merge from upstream, r196489 >> (Quick follow up after the r196090 merge) > > That commit breaks the build with: > > In file included from ../../../../libsanitizer/tsan/tsan_rtl_report.cc:18:0: > ../../../../libsanitizer/tsan/tsan_rtl.h:29:44: fatal error: > sanitizer_common/sanitizer_asm.h: No such file or directory > #include "sanitizer_common/sanitizer_asm.h" > ^ > compilation terminated. > > Did you forgot to commit the new file? > > Tobias