__clear_cache is special. It needs no signature, but is a real function in compiler_rt or libgcc. Patch by Andrew Turner. llvm-svn: 183926
6 lines
216 B
C
6 lines
216 B
C
// RUN: %clang_cc1 -triple armv7-none-linux-gnu -fsyntax-only -verify %s
|
|
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
void __clear_cache(void *a, void *b) {}
|