diff options
Diffstat (limited to 'test/CodeGen/2003-12-14-ExternInlineSupport.c')
-rw-r--r-- | test/CodeGen/2003-12-14-ExternInlineSupport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/2003-12-14-ExternInlineSupport.c b/test/CodeGen/2003-12-14-ExternInlineSupport.c index eb3859c..cf01fd1 100644 --- a/test/CodeGen/2003-12-14-ExternInlineSupport.c +++ b/test/CodeGen/2003-12-14-ExternInlineSupport.c @@ -1,3 +1,4 @@ -// RUN: %clang_cc1 -std=gnu89 %s -emit-llvm -o - | not grep dead_function +// RUN: %clang_cc1 -triple %itanium_abi_triple -std=gnu89 %s -emit-llvm -o - | FileCheck %s extern __inline__ void dead_function() {} +// CHECK-NOT: dead_function |