lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc.

llvm-svn: 123689
This commit is contained in:
NAKAMURA Takumi 2011-01-17 22:56:08 +00:00
parent 8a07451a6e
commit f7c3022369
1 changed files with 1 additions and 0 deletions

View File

@ -1579,6 +1579,7 @@ public:
SizeType = UnsignedLongLong;
PtrDiffType = SignedLongLong;
IntPtrType = SignedLongLong;
this->UserLabelPrefix = "";
}
virtual void getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const {