comparison clang/test/Driver/mfentry.c @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 0572611fdcc8
comparison
equal deleted inserted replaced
147:c2174574ed3a 150:1d019706d866
1 // RUN: %clang -target s390x -c -### %s -mfentry 2>&1 | FileCheck %s
2 // RUN: %clang -target i386 -c -### %s -mfentry 2>&1 | FileCheck %s
3 // RUN: %clang -target x86_64 -c -### %s -mfentry 2>&1 | FileCheck %s
4
5 // CHECK: "-mfentry"
6
7 // RUN: %clang -target powerpc64le -c -### %s -mfentry 2>&1 | FileCheck --check-prefix=ERR %s
8
9 // ERR: error: unsupported option '-mfentry' for target 'powerpc64le'