Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace...
authorXerxes Ranby <xerxes@zafena.se>
Mon, 9 Nov 2009 14:50:34 +0000 (14:50 +0000)
committerXerxes Ranby <xerxes@zafena.se>
Mon, 9 Nov 2009 14:50:34 +0000 (14:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86544 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Debug.cpp

index d4954b6e40b2a9303ed163bcafc85f85221c734b..50abe0164ac237297b7edd395ac6050ccca8f6c1 100644 (file)
@@ -62,7 +62,7 @@ bool llvm::isCurrentDebugType(const char *DebugType) {
 /// option were specified.  Note that DebugFlag also needs to be set to true for
 /// debug output to be produced.
 ///
-void SetCurrentDebugType(const char *Type) {
+void llvm::SetCurrentDebugType(const char *Type) {
   CurrentDebugType = Type;
 }