Commit Graph

4 Commits

Author SHA1 Message Date
John McCall
c893e955aa Propagate "-O" to Clang (as "-Os").
It affects Clang IRGen, among other things.
2017-07-26 00:32:08 -04:00
Arnold Schwaighofer
11f61fe32a IRGen: Make sure to use the C function type's alignment for indirect byval arguments
rdar://33242303
2017-07-12 13:08:01 -07:00
Arnold Schwaighofer
9ddf115b0a IRGen: Don't try to emit non-global variables of imported inline c functions
The previous check would fail because isExternallyVisible() is false for local
static variables with internal linkage.

rdar://29937443
2017-01-18 11:05:20 -08:00
Jordan Rose
49970aa7cd [test] Tests for __attribute__((overloadable)) support in r31249.
Swift SVN r31309
2015-08-18 21:14:41 +00:00