Try both in filelist for linker

This commit is contained in:
David Ungar
2019-11-18 22:19:15 -08:00
parent 1f60d4479e
commit aee3cb482e
4 changed files with 66 additions and 47 deletions

View File

@@ -45,8 +45,9 @@ namespace driver {
/// the Job this info is attached to.
struct FilelistInfo {
enum class WhichFiles : unsigned {
Input,
PrimaryInputs,
InputJobs,
SourceInputActions,
InputJobsAndSourceInputActions,
Output,
/// Batch mode frontend invocations may have so many supplementary
/// outputs that they don't comfortably fit as command-line arguments.