7 lines
443 B
C
7 lines
443 B
C
// RUN: %clang -### -S -mdefault-visibility-export-mapping=explicit --target=powerpc-ibm-aix %s 2>&1 | FileCheck %s
|
|
// RUN: not %clang -### -S -mdefault-visibility-export-mapping=explicit --target=powerpc-unknown-linux %s 2>&1 | \
|
|
// RUN: FileCheck -check-prefix=ERROR %s
|
|
|
|
// CHECK: "-mdefault-visibility-export-mapping=explicit"
|
|
|
|
// ERROR: error: unsupported option '-mdefault-visibility-export-mapping=' for target 'powerpc-unknown-linux'
|