forked from OSchip/llvm-project
parent
0841d620c5
commit
6d5ac7af4a
|
@ -1,6 +1,8 @@
|
|||
// RUN: %clang_cc1 -triple powerpc64le-linux-gnu -S -O0 -o - %s -target-feature +altivec -target-feature +vsx | FileCheck %s -check-prefix=CHECK -check-prefix=VSX
|
||||
// RUN: %clang_cc1 -triple powerpc-linux-gnu -S -O0 -o - %s -target-feature +altivec -target-feature -vsx | FileCheck %s
|
||||
|
||||
// REQUIRES: powerpc-registered-target
|
||||
|
||||
#include <altivec.h>
|
||||
|
||||
// CHECK-LABEL: test1
|
||||
|
|
Loading…
Reference in New Issue