mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1985,7 +1985,7 @@ int swift::performFrontend(ArrayRef<const char *> Args,
|
||||
// hundreds or thousands of lines. Skip dumping this output in that case.
|
||||
if (!Invocation.getFrontendOptions().InputsAndOutputs.isWholeModule()) {
|
||||
for_each(configurationFileBuffers.begin(), configurationFileBuffers.end(),
|
||||
&configurationFileStackTraces[0],
|
||||
configurationFileStackTraces.get(),
|
||||
[](const std::unique_ptr<llvm::MemoryBuffer> &buffer,
|
||||
std::optional<PrettyStackTraceFileContents> &trace) {
|
||||
trace.emplace(*buffer);
|
||||
|
||||
Reference in New Issue
Block a user