From 8c959d92de08f5dd6e68d2d01f87338ae861fdac Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 17 Jan 2011 22:56:08 +0000 Subject: [PATCH] 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 --- lib/Basic/Targets.cpp | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.40.0