MaskRay added inline comments.
Herald added a subscriber: wangpc.

================
Comment at: clang/lib/Driver/ToolChains/OHOS.h:38
+  bool isPICDefaultForced() const override { return false; }
+  bool useRelaxRelocations() const override { return false; }
+  UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const 
override;
----------------
Why is `useRelaxRelocations` false?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145227/new/

https://reviews.llvm.org/D145227

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D145227: [LLVM][OHOS]... Fangrui Song via Phabricator via cfe-commits

Reply via email to