hexagon port broken?

Hello,

I notice that the program compiled by llvm-trunk compiler can't run
correctly on hexagon-sim. The problem may caused by unimplemented
backend applyFixup function.

  void applyFixup(MCFixup const & /*Fixup*/, char * /*Data*/,
                  unsigned /*DataSize*/, uint64_t /*Value*/,
                  bool /*IsPCRel*/) const override {
    return;
  }

Best regards,
Mingjie

That function is implemented. See
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp

-Krzysztof

Indeed. The patch is submitted on 3/22/2016. I just forget to update
svn these days. Sorry.