blob: c98c70a646f62ec0353ea4327e0b255c23844c37 [file] [log] [blame]
Eric Christopher3a98b3c2015-08-27 19:59:34 +00001// RUN: not %clang_cc1 -triple powerpc64le-linux-gnu -emit-llvm %s -o -
2
3long __attribute__((target("power8-vector,mno-vsx"))) foo (void) { return 0; } // expected-error {{option '-mpower8-vector' cannot be specified with '-mno-vsx'}}
4