[PATCH] D111707: [clang] [Windows] Mark PIC as implicitly enabled for aarch64, just like for x86_64
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 13 12:13:21 PDT 2021
MaskRay added a comment.
I was thinking for testing "windows" x "pic", whether the test should reside in windows or pic.
If in "windows", we can decrease the number of RUN lines and use one RUN line to test multiple properties at one time.
If in "pic", it does make it clear what platforms default to pic but I think many platforms have dedicated tests and duplicate the coverage here anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111707/new/
https://reviews.llvm.org/D111707
More information about the cfe-commits
mailing list