aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Targets.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-01-17 22:56:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-01-17 22:56:08 +0000
commit8c959d92de08f5dd6e68d2d01f87338ae861fdac (patch)
tree9ab29b21cbb2993faf38a467a2882a8f658a85d6 /lib/Basic/Targets.cpp
parent31f7d02f0d46207b077f9687fbfbf273dda4d5f5 (diff)
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
Diffstat (limited to 'lib/Basic/Targets.cpp')
-rw-r--r--lib/Basic/Targets.cpp1
1 files changed, 1 insertions, 0 deletions
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 {