File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 319319// RUN: %clang -fPIC -c %s -target armv7-pc-windows-gnu -### 2>&1 \
320320// RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
321321
322- // RUN: %clang -c --target=s390x-linux-gnu -mno-pic-data-is-text-relative %s \
322+ // RUN: %clang -fpic - c --target=s390x-linux-gnu -mno-pic-data-is-text-relative %s \
323323// RUN: -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-PIC-DATA-TEXT-REL
324- // RUN: %clang -c --target=s390x-linux-gnu -mpic-data-is-text-relative %s -### \
324+ // RUN: %clang -fpic - c --target=s390x-linux-gnu -mpic-data-is-text-relative %s -### \
325325// RUN: 2>&1 | FileCheck %s --check-prefix=CHECK-PIC-DATA-TEXT-REL
326- // RUN: %clang -c --target=arm-arm-none-eabi -mno-pic-data-is-text-relative %s \
326+ // RUN: %clang -fpic - c --target=arm-arm-none-eabi -mno-pic-data-is-text-relative %s \
327327// RUN: -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-PIC-DATA-TEXT-REL-NON-SYSTEMZ
328- // RUN: %clang -c --target=arm-arm-none-eabi -mpic-data-is-text-relative %s \
328+ // RUN: %clang -fpic - c --target=arm-arm-none-eabi -mpic-data-is-text-relative %s \
329329// RUN: -### 2>&1 | FileCheck %s --check-prefix=CHECK-PIC-DATA-TEXT-REL-NON-SYSTEMZ
You can’t perform that action at this time.
0 commit comments