2009-12-16 04:14:24 +08:00
|
|
|
// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-apple-darwin9 | FileCheck %s
|
2009-11-07 15:15:03 +08:00
|
|
|
|
|
|
|
// PR5420
|
|
|
|
|
|
|
|
# 1 "fake_system_header.h" 1 3 4
|
2013-08-15 14:47:53 +08:00
|
|
|
// CHECK-LABEL: define void @_ZdlPvS_(
|
2009-11-07 15:15:03 +08:00
|
|
|
void operator delete (void*, void*) {}
|
2010-03-07 13:10:40 +08:00
|
|
|
|
|
|
|
// PR6217
|
2013-08-15 14:47:53 +08:00
|
|
|
// CHECK-LABEL: define void @_Z3barv()
|
2010-03-07 13:10:40 +08:00
|
|
|
void bar() { }
|