Merge "Try again to fix clang build."

This commit is contained in:
Elliott Hughes 2015-04-03 20:38:15 +00:00 committed by Gerrit Code Review
commit cec2ab20a0

View File

@ -1,6 +1,6 @@
/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
#if defined(__clang__)
#if !defined(__clang__)
extern void __clear_cache(char*, char*);
extern char _Unwind_Backtrace;