mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Revert "Use autolinking to pull in compatibility libraries.""
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
// FIXME: This include is just for llvm::SanitizerCoverageOptions. We should
|
||||
// split the header upstream so we don't include so much.
|
||||
#include "llvm/Transforms/Instrumentation.h"
|
||||
#include "llvm/Support/VersionTuple.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -224,6 +225,9 @@ public:
|
||||
};
|
||||
|
||||
TypeInfoDumpFilter TypeInfoFilter;
|
||||
|
||||
/// Pull in runtime compatibility shim libraries by autolinking.
|
||||
Optional<llvm::VersionTuple> AutolinkRuntimeCompatibilityLibraryVersion;
|
||||
|
||||
IRGenOptions()
|
||||
: DWARFVersion(2), OutputKind(IRGenOutputKind::LLVMAssembly),
|
||||
|
||||
Reference in New Issue
Block a user