kpdev42 marked an inline comment as done.
kpdev42 added inline comments.

================
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;
----------------
MaskRay wrote:
> Why is `useRelaxRelocations` false?
Thank you for mentioning. I would say that there is no precise reason for it. 
And it will be changed to `true` in the nearest future.


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

Reply via email to