[llvm-dev] hexagon port broken?

Mingjie Xing via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 13 01:24:41 PDT 2016


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


More information about the llvm-dev mailing list