Erich Keane | 29636aa | 2018-02-16 17:31:59 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s |
2 | |||||
3 | int __attribute__((target("arch=hiss,arch=woof"))) pine_tree() { return 4; } | ||||
4 | // CHECK-NOT: arch=hiss | ||||
5 | // CHECK-NOT: arch=woof |