mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: add a frontend argument to pass down block list config file path
This commit is contained in:
@@ -556,6 +556,9 @@ namespace swift {
|
||||
/// The model of concurrency to be used.
|
||||
ConcurrencyModel ActiveConcurrencyModel = ConcurrencyModel::Standard;
|
||||
|
||||
/// All block list configuration files to be honored in this compilation.
|
||||
std::vector<std::string> BlocklistConfigFilePath;
|
||||
|
||||
bool isConcurrencyModelTaskToThread() const {
|
||||
return ActiveConcurrencyModel == ConcurrencyModel::TaskToThread;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user