brintos

brintos / llvm-project-archived public Read only

0
0
Text · 457 B · 1dff5b7 Raw
8 lines · c
1// RUN: %clang -target s390x-linux-gnu -### -c %s 2>&1 | FileCheck -check-prefix=DEFAULT %s2// RUN: %clang -target s390x-linux-gnu -mno-unaligned-symbols -### -c %s 2>&1 | FileCheck -check-prefix=ALIGNED %s3// RUN: %clang -target s390x-linux-gnu -munaligned-symbols -### -c %s 2>&1 | FileCheck -check-prefix=UNALIGN %s4 5// DEFAULT-NOT: unaligned-symbols"6// ALIGNED: "-target-feature" "-unaligned-symbols"7// UNALIGN: "-target-feature" "+unaligned-symbols"8