This patch implements the general dynamic TLS model for 64-bit PowerPC.
[oota-llvm.git] / include / llvm / Support / DynamicLibrary.h
index 288936bc0b9bd22c278ebec29c1965754e4a827f..0f59cbf23947d132f26804c2e5b410a0ef63854b 100644 (file)
@@ -17,6 +17,9 @@
 #include <string>
 
 namespace llvm {
+
+class StringRef;
+
 namespace sys {
 
   /// This class provides a portable interface to dynamic libraries which also