From: NAKAMURA Takumi Date: Mon, 17 Jan 2011 22:56:08 +0000 (+0000) Subject: lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c959d92de08f5dd6e68d2d01f87338ae861fdac;p=clang lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123689 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 4faeac65e4..05525442ad 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -1579,6 +1579,7 @@ public: SizeType = UnsignedLongLong; PtrDiffType = SignedLongLong; IntPtrType = SignedLongLong; + this->UserLabelPrefix = ""; } virtual void getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const {