Add support for mergeable sections back into the XCore backend.
[oota-llvm.git] / lib / Target / XCore / XCoreTargetAsmInfo.cpp
index eebd6c96ed5cd9ccbf1afad918b5cd4b36e87d88..9cd87a57551ff8e799c84f6587d1cf0c19112e5e 100644 (file)
@@ -10,7 +10,7 @@
 #include "XCoreTargetAsmInfo.h"
 using namespace llvm;
 
-XCoreTargetAsmInfo::XCoreTargetAsmInfo() {
+XCoreTargetAsmInfo::XCoreTargetAsmInfo(const Target &T, const StringRef &TT) {
   SupportsDebugInformation = true;
   Data16bitsDirective = "\t.short\t";
   Data32bitsDirective = "\t.long\t";