CheckIPOSupported: New module to check for compiler/cmake IPO support

This commit is contained in:
Ruslan Baratov
2017-03-07 20:18:28 +08:00
parent 0b2438118a
commit fdb2ba2521
11 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
int foo()
{
return 0x42;
}