mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 14:47:43 +08:00
FileCheck'ize test
llvm-svn: 173389
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// RUN: %clang_cc1 -emit-llvm -o %t %s
|
||||
// RUN: grep '@unreachable' %t | count 0
|
||||
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
|
||||
// CHECK-NOT: @unreachable
|
||||
|
||||
extern void abort() __attribute__((noreturn));
|
||||
extern int unreachable();
|
||||
|
||||
Reference in New Issue
Block a user