[PATCH] D145227: [LLVM][OHOS] Clang toolchain and targets
Pavel Kosov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 02:09:24 PDT 2023
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
More information about the llvm-commits
mailing list