[PATCH] D137044: [ClangFE] Add support for option -mno-pic-data-is-text-relative
Jonas Paulsson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 22 06:05:39 PST 2022
jonpa added a comment.
In D137044#3942990 <https://reviews.llvm.org/D137044#3942990>, @pcwang-thead wrote:
> The test `clang/test/Driver/pic.c` failed when we compiled Clang/LLVM with `-DCLANG_DEFAULT_PIE_ON_LINUX=False`.
Ah... I suppose that must be because -mno-pic-data-is-text-relative requires PIC (this is per GCC behavior). Does it help if you add -fpic to the RUN lines that were added by this patch? I was not aware of the cmake flag, sorry.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137044/new/
https://reviews.llvm.org/D137044
More information about the cfe-commits
mailing list