Displaying 1 result from an estimated 1 matches for "a81d8c".
Did you mean:
  a81d8ce
  
2011 Dec 13
1
[LLVMdev] [PATCH] utils/unittest: Consistency of gtest and gtest_main libs.
...return 'LLVM%s' % basename
+        else:
+            return 'LLVM%s' % basename
 
     def get_llvmconfig_component_name(self):
         return self.get_library_name().lower()
diff --git a/utils/llvm-build/llvmbuild/main.py b/utils/llvm-build/llvmbuild/main.py
index 2d7db04..a81d8ce 100644
--- a/utils/llvm-build/llvmbuild/main.py
+++ b/utils/llvm-build/llvmbuild/main.py
@@ -393,7 +393,10 @@ subdirectories = %s
             else:
                 # If we had a project level component, we could derive the
                 # library prefix.
-                library_name_as_cstr...