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 319
319
// RUN: %clang -fPIC -c %s -target armv7-pc-windows-gnu -### 2>&1 \
320
320
// RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
321
321
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 \
323
323
// 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 -### \
325
325
// 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 \
327
327
// 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 \
329
329
// 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