mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Add -prefix-serialized-debugging-options" (#39544)
Reverts #39138 This is causing a failure on Windows: https://ci-external.swift.org/job/oss-swift-windows-x86_64-vs2019/6659/consoleText
This commit is contained in:
committed by
GitHub
parent
5e06bbe2ea
commit
f5aa95b381
@@ -14,7 +14,6 @@
|
||||
#define SWIFT_SERIALIZATION_SERIALIZATIONOPTIONS_H
|
||||
|
||||
#include "swift/Basic/LLVM.h"
|
||||
#include "swift/Basic/PathRemapper.h"
|
||||
#include "llvm/Support/VersionTuple.h"
|
||||
|
||||
namespace swift {
|
||||
@@ -43,10 +42,7 @@ namespace swift {
|
||||
StringRef ImportedHeader;
|
||||
StringRef ModuleLinkName;
|
||||
StringRef ModuleInterface;
|
||||
std::vector<std::string> ExtraClangOptions;
|
||||
|
||||
/// Path prefixes that should be rewritten in debug info.
|
||||
PathRemapper DebuggingOptionsPrefixMap;
|
||||
ArrayRef<std::string> ExtraClangOptions;
|
||||
|
||||
/// Describes a single-file dependency for this module, along with the
|
||||
/// appropriate strategy for how to verify if it's up-to-date.
|
||||
|
||||
Reference in New Issue
Block a user