Commit Graph

1 Commits

Author SHA1 Message Date
Jordan Rose
dca88b5597 Don't use "main" as the name of a script module if it has a real file name.
This was accidentally causing a main module named "macros.swift" to be
treated as an overlay module for the Clang header "macros.h", and the
"overlay" was not re-exporting the Clang module.

Swift SVN r7782
2013-08-30 17:05:27 +00:00