brintos

brintos / llvm-project-archived public Read only

0
0
Text · 395 B · f23aebf Raw
6 lines · c
1// RUN: %clang -### -c --target=x86_64 -mbig-endian -mlittle-endian %s 2>&1 | FileCheck /dev/null --implicit-check-not=error:2// RUN: not %clang -### -c --target=x86_64 -mlittle-endian -mbig-endian %s 2>&1 | FileCheck %s --implicit-check-not=error:3 4// CHECK: error: unsupported option '-mlittle-endian' for target 'x86_64'5// CHECK: error: unsupported option '-mbig-endian' for target 'x86_64'6