this (and probably several others) are now done.
[oota-llvm.git] / lib / Target / PIC16 / PIC16ABINames.h
index 7f4c2f1cc28ec6ab7f0555a6554217b571324f3e..e18ddf158ec835fb4935205ec03792a91129ac8b 100644 (file)
@@ -234,6 +234,12 @@ namespace llvm {
       return "romdata.#";
     }
 
+    static std::string getSharedUDataSectionName() {
+       std::ostringstream o;
+       o << getTagName(PREFIX_SYMBOL)  << "udata_shr" << ".#";
+       return o.str();
+    }
+
     static std::string getRomdataSectionName(unsigned num,
                                              std::string prefix = "") {
        std::ostringstream o;