David Ungar
4fa3001bd1
Harden compiler against -num-threads and -enable-batch-mode.
2018-03-26 17:04:31 -07:00
David Ungar
f8f9dca9a3
Merge pull request #15446 from davidungar/PR-18-14-ActionClass
...
NFC: Use enum class for ActionClass.
2018-03-23 18:16:20 -07:00
David Ungar
a3ee808bfe
Use enum class for ActionClass.
2018-03-23 13:15:35 -07:00
Sho Ikeda
1508b6f131
[gardening][Driver] Replace typedef with using
2018-03-23 19:14:50 +09:00
David Ungar
807dd5864e
Renamed swift::types to swift::file_types.
2018-03-22 08:40:06 -07:00
David Ungar
e3535ff3d8
Merge pull request #15371 from davidungar/PR-18-11-fileMap-redo
...
[Batch mode] Write out filemaps for supplementary outputs.
2018-03-21 17:05:36 -07:00
David Ungar
90773d298c
Write out filemaps for supplementary outputs.
...
Add -driver-force-one-batch-repartition and enhance batch_mode-overlong_argv test.
2018-03-20 09:42:13 -07:00
Pavel Yaskevich
fd3610b8c0
Revert "[Batch mode] Write supplementary output file map. rdar://problem/38157859"
2018-03-17 21:01:46 -07:00
Graydon Hoare
f5d43e2df9
Merge pull request #15309 from graydon/improve-comment-on-commandoutput
...
[Driver] Clarify comment on CommandOutput::Inputs.
2018-03-17 13:24:31 -07:00
Graydon Hoare
fce5ed3a24
[Driver] Clarify comment on CommandOutput::Inputs.
2018-03-16 15:17:28 -07:00
David Ungar
caf5cbd0bb
Review fixes, some cosmetic, some clarifications, one for an improbable situation.
2018-03-16 13:43:37 -07:00
David Ungar
919c224d5a
Handle index file path differently.
2018-03-15 22:00:16 -07:00
David Ungar
1999cbc514
Rename addFrontendInputArguments.
2018-03-15 21:31:31 -07:00
David Ungar
3a0acdaf0c
Fix supplementary output filemap generation to account for CommandOutput.
2018-03-15 21:28:56 -07:00
David Ungar
9dcbaa38f7
Factor out writeOutputFileMap
2018-03-15 13:54:43 -07:00
David Ungar
498366c91c
Small cosmetic fixes.
2018-03-14 21:17:08 -07:00
David Ungar
09a80cbbe3
Return an Optional OutputFileMap instead of a unique pointer.
2018-03-14 20:19:13 -07:00
David Ungar
3b57ae80ae
Fix comments and names
2018-03-14 15:21:04 -07:00
David Ungar
e499aeda9b
Redo force repartion flag and add a test.
2018-03-13 17:20:12 -07:00
David Ungar
5dc4a915b4
Fix SourceKit/CodeComplete/complete_playground_symlink.swift test.
...
Don't filter inputs by type for SingleCompile.
2018-03-13 07:59:08 -07:00
David Ungar
75d2871b8e
JobContext name fixes
2018-03-12 16:34:18 -07:00
David Ungar
3570af7476
Fixes
2018-03-12 15:40:08 -07:00
David Ungar
180bdd61be
Implement -index-file-path
2018-03-11 11:48:21 -07:00
David Ungar
ba1a714dbe
Formatting
2018-03-10 16:10:38 -08:00
David Ungar
adfda9bbc8
Add -driver-force-one-batch-repartition and enhance batch_mode-overlong_argv test.
2018-03-09 13:54:44 -08:00
David Ungar
798dd7b490
Write out filemaps for supplementary outputs.
2018-03-09 13:54:44 -08:00
David Ungar
17a81f6981
Restore -### functionality for batch-mode by extending OutputLevel.
2018-03-05 11:07:20 -08:00
George Karpenkov
a65da887f2
Determine whether a given sanitizer is available based on the presenc… ( #14919 )
...
Determine whether a given sanitizer is available based on the presence of the library.
rdar://37192887
2018-03-02 16:57:45 -08:00
Graydon Hoare
45c78c4f7d
[BatchMode] Add a pile of asserts to CommandOutput.
2018-02-28 14:07:25 -08:00
Graydon Hoare
8ceeecc33c
[BatchMode] Actually wire-up the part that pushes multiple aux output args.
2018-02-24 00:45:23 -08:00
Ben Langmuir
d991452367
Merge pull request #14746 from benlangmuir/working-directory
...
[driver] Add -working-directory option
2018-02-21 14:56:56 -08:00
Ben Langmuir
20cb3e3eb2
[driver] Add -working-directory option
...
Adds a -working-directory option which can be used to modify how
relative paths are resolved. It affects all other paths used in driver
options (controlled by a new ArgumentIsPath flag on options) as well as
the contents of output file maps and auxilliary file paths generated
implicitly by the compiler itself.
rdar://37713856
2018-02-21 09:42:05 -08:00
Graydon Hoare
263c4c54d5
[BatchMode] Preserve intra-batch order, add a seed mode.
2018-02-20 18:31:41 -08:00
Graydon Hoare
3d9ce0afb9
[BatchMode] Store -{enable,disable}-batch-mode as a flag in Compilation.
2018-02-15 15:38:09 -08:00
Graydon Hoare
2bf7a7967a
[BatchMode] Add batch-mode support methods to ToolChain.
2018-02-15 15:38:09 -08:00
Graydon Hoare
798f43cf5f
[BatchMode] Make Compilation::TheToolChain available to clients.
2018-02-15 15:38:08 -08:00
Graydon Hoare
a2c718777d
[BatchMode] Pass OutputInfo to Compilation on construction.
2018-02-15 15:38:08 -08:00
Graydon Hoare
83aeb39895
[BatchMode] Add CommandOutput::addOutputs and hasSameAdditionalOutputTypes.
2018-02-15 15:37:55 -08:00
Graydon Hoare
6132f18994
[BatchMode] Add virtual destructor to Job.
2018-02-15 15:15:34 -08:00
Graydon Hoare
f9d7bd2584
[BatchMode] Add PrettyStackTrace helpers to Driver.
2018-02-09 14:10:46 -08:00
Graydon Hoare
ef61f721d4
[BatchMode] Change all CommandOutputs to use a shared OutputFileMap.
2018-02-09 14:08:50 -08:00
Graydon Hoare
e66e0f5ae0
[BatchMode] Add subtree accessors for OutputFileMap.
2018-02-09 14:06:23 -08:00
Graydon Hoare
e03e61a32a
[BatchMode] Add Compilation::DerivedOutputFileMap.
2018-02-09 14:06:22 -08:00
Graydon Hoare
36b7c76fde
[BatchMode] Mark Compilation::TheToolChain as LLVM_ATTRIBUTE_UNUSED for now.
2018-02-09 14:06:16 -08:00
Graydon Hoare
d139ab2968
[BatchMode] Expand lifetime of ToolChain, pass reference to it to Compilation.
2018-01-24 10:31:19 -08:00
Graydon Hoare
10c0abea5d
[BatchMode] Add BatchJob subclass of Job, for use with BatchModeCompile.
2018-01-24 10:31:19 -08:00
Graydon Hoare
18023832e9
[BatchMode] Fix mis-chosen name in previous PR, NFC.
2018-01-24 10:31:19 -08:00
Graydon Hoare
c4e58af039
[BatchMode] Add BatchModeCompile, multi-input form of StandardCompile.
2018-01-24 10:31:19 -08:00
Graydon Hoare
d74c1a512a
[BatchMode] Make InvocationInfo and Job support multiple FilelistInfos, NFC.
2018-01-19 15:15:08 -08:00
Graydon Hoare
22775c87a9
[BatchMode] Add FilelistInfo::WhichFiles::PrimaryInputs, NFC.
2018-01-19 14:16:20 -08:00