xref: /llvm-project/clang/test/CodeGen/hexagon-empty-cpu-feature.c (revision 7406eb4f6afd8df9bd4dbb918f5e7005ba71d58c)
1*7406eb4fSKrzysztof Parzyszek // RUN: %clang_cc1 %s -triple hexagon-unknown-elf -emit-llvm -o - 2>&1 | FileCheck %s
2*7406eb4fSKrzysztof Parzyszek // CHECK-NOT: '+' is not a recognized feature for this target
3*7406eb4fSKrzysztof Parzyszek 
4*7406eb4fSKrzysztof Parzyszek // Empty
5