mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ModuleInterface: refactor out a utility to extract compiler flags from a module interface file. NFC
This commit is contained in:
@@ -461,7 +461,9 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/// Extract compiler arguments from an interface file buffer.
|
||||
bool extractCompilerFlagsFromInterface(StringRef buffer, llvm::StringSaver &ArgSaver,
|
||||
SmallVectorImpl<const char *> &SubArgs);
|
||||
} // end namespace swift
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user