brintos

brintos / llvm-project-archived public Read only

0
0
Text · 403 B · 70ed14d Raw
9 lines · c
1// REQUIRES: powerpc-registered-target2// RUN: %clang -### -target powerpc64le-unknown-linux-gnu -mcpu=pwr8 -mregnames \3// RUN:   %s 2>&1 >/dev/null | FileCheck %s --check-prefix=FULLNAMES4// RUN: %clang -### -target powerpc64le-unknown-linux-gnu -mcpu=pwr8 -mno-regnames \5// RUN:   %s 2>&1 >/dev/null | FileCheck %s --check-prefix=NOFULLNAMES6 7// FULLNAMES: -mregnames8// NOFULLNAMES-NOT: -mregnames9