[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 09:47:56 PDT 2021
MaskRay added inline comments.
================
Comment at: clang/test/Driver/pic.c:322
// RUN: | FileCheck %s --check-prefix=CHECK-PIC2
+// RUN: %clang -c %s -target aarch64-windows-msvc -### 2>&1 \
+// RUN: | FileCheck %s --check-prefix=CHECK-PIC2
----------------
perhaps change windows-pic.cpp instead
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