Commit Graph

3 Commits

Author SHA1 Message Date
Duo Wang
72e0ac2819 [tests] fix missing codesign in test files 2022-07-28 13:59:44 -07:00
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