[Lldb-commits] [PATCH] D43596: Replace HashStringUsingDJB with llvm::djbHash

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 23 17:00:19 PST 2018


amccarth added inline comments.


================
Comment at: lldb/trunk/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py:13
+        self.build()
+	spec = lldb.SBModuleSpec()
+	spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
----------------
Oops!  Looks like this Python file got checked in with a mixture of tabs and spaces.


Repository:
  rL LLVM

https://reviews.llvm.org/D43596





More information about the lldb-commits mailing list