tstellar / rpms / llvm

Forked from rpms/llvm 5 years ago
Clone
8d395c3
Fixes the build with gcc in gnu++98 and gnu++11 mode.
8d395c3
8d395c3
https://github.com/llvm-mirror/llvm/commit/d1bf52275daa86e838ebbffc71efd43fc8c416f4
8d395c3
8d395c3
---
8d395c3
 lib/Support/Unix/Memory.inc | 1 +
8d395c3
 1 file changed, 1 insertion(+)
8d395c3
8d395c3
diff --git a/lib/Support/Unix/Memory.inc b/lib/Support/Unix/Memory.inc
8d395c3
index 72a8af6..91dc7da 100644
8d395c3
--- a/lib/Support/Unix/Memory.inc
8d395c3
+++ b/lib/Support/Unix/Memory.inc
8d395c3
@@ -33,6 +33,7 @@
8d395c3
 #endif
8d395c3
 
8d395c3
 extern "C" void sys_icache_invalidate(const void *Addr, size_t len);
8d395c3
+extern "C" void __clear_cache(void *, void *);
8d395c3
 
8d395c3
 namespace {
8d395c3
 
8d395c3
-- 
8d395c3
1.8.3.1
8d395c3