hanchenye-llvm-project/compiler-rt/lib/profile
Duncan P. N. Exon Smith 71704754d6 PGO: Declare zero-argument C functions as foo(void)
It turns out this is C code.  Specify foo(void).

<rdar://problem/15943240>

llvm-svn: 204396
2014-03-20 20:55:00 +00:00
..
CMakeLists.txt PGO: Add explicit static initialization 2014-03-20 19:23:53 +00:00
GCDAProfiling.c PGO: Fix obviously wrong typedefs for MS 2014-03-19 22:10:24 +00:00
InstrProfiling.c PGO: Change runtime prefix from pgo to profile 2014-03-20 20:00:44 +00:00
InstrProfiling.h PGO: Declare zero-argument C functions as foo(void) 2014-03-20 20:55:00 +00:00
InstrProfilingExtras.c PGO: Declare zero-argument C functions as foo(void) 2014-03-20 20:55:00 +00:00
InstrProfilingExtras.h PGO: Declare zero-argument C functions as foo(void) 2014-03-20 20:55:00 +00:00
InstrProfilingPlatformDarwin.c PGO: Declare zero-argument C functions as foo(void) 2014-03-20 20:55:00 +00:00
InstrProfilingPlatformOther.c PGO: Declare zero-argument C functions as foo(void) 2014-03-20 20:55:00 +00:00
InstrProfilingRuntime.cc PGO: Change runtime prefix from pgo to profile 2014-03-20 20:00:44 +00:00
Makefile.mk PGO: Add explicit static initialization 2014-03-20 19:23:53 +00:00