forked from OSchip/llvm-project
lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc.
llvm-svn: 123689
This commit is contained in:
parent
8a07451a6e
commit
f7c3022369
|
@ -1579,6 +1579,7 @@ public:
|
|||
SizeType = UnsignedLongLong;
|
||||
PtrDiffType = SignedLongLong;
|
||||
IntPtrType = SignedLongLong;
|
||||
this->UserLabelPrefix = "";
|
||||
}
|
||||
virtual void getTargetDefines(const LangOptions &Opts,
|
||||
MacroBuilder &Builder) const {
|
||||
|
|
Loading…
Reference in New Issue