Commit Graph

2 Commits

Author SHA1 Message Date
Daniel Rodríguez Troitiño
2b996fc85b [android][test] Mark other-entry-point-function-name as executable.
The test other-entry-point-function-name needs to be executed to be
checked. Some platforms (like Android) do not execute the test in CI
(because there's no device attached to the build machines), so the tests
need to be marked as executable to be skipped.
2021-01-27 17:37:09 -08:00
Nate Chandler
e21550ad90 [SILGen] Enable alternative entry point name.
Previously, the name of the entry point function was always main.  Here,
a new frontend flag is added to enable an arbitrary name to be
specified.

rdar://58275758
2021-01-26 10:43:33 -08:00