Set Haiku's UserLabelPrefix to "".
Patch by Paul Davey.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118510
91177308-0d34-0410-b5e6-
96231b3b80d8
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/type_traits.h"
+#include "llvm/System/DataTypes.h"
#include <string>
#include <vector>
#include <cassert>
SizeType = UnsignedLong;
IntPtrType = SignedLong;
PtrDiffType = SignedLong;
+ this->UserLabelPrefix = "";
}
virtual void getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const {