llvm/tools/lto
Mehdi Amini 5e01ef406b void foo() is not a valid C prototype, one has to write void foo(void)
Remove a warning introduced in r262977

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262990 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-09 02:36:09 +00:00
..
CMakeLists.txt [CMake] Assigning the LTO component to lto.h 2016-02-26 21:07:02 +00:00
lto.cpp void foo() is not a valid C prototype, one has to write void foo(void) 2016-03-09 02:36:09 +00:00
lto.exports libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator. 2016-03-09 01:37:22 +00:00
LTODisassembler.cpp