diff options
Diffstat (limited to 'compiler-rt/test/shadowcallstack/libc_support.h')
-rw-r--r-- | compiler-rt/test/shadowcallstack/libc_support.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler-rt/test/shadowcallstack/libc_support.h b/compiler-rt/test/shadowcallstack/libc_support.h index 5d89aab645a..9c8e0566380 100644 --- a/compiler-rt/test/shadowcallstack/libc_support.h +++ b/compiler-rt/test/shadowcallstack/libc_support.h @@ -33,9 +33,5 @@ __attribute__((noinline)) void scs_fputs_stdout(const char *p) { } #else - -__attribute__((noinline)) void scs_fputs_stdout(const char *p) { - fputs(p, stdout); -} - +#error Unsupported platform #endif |