diff options
Diffstat (limited to 'lld/wasm/Config.h')
| -rw-r--r-- | lld/wasm/Config.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lld/wasm/Config.h b/lld/wasm/Config.h index 6650e9e89df..b6e72dcc721 100644 --- a/lld/wasm/Config.h +++ b/lld/wasm/Config.h @@ -59,6 +59,7 @@ struct Configuration {    llvm::StringRef ThinLTOCacheDir;    llvm::StringSet<> AllowUndefinedSymbols; +  llvm::StringSet<> ExportedSymbols;    std::vector<llvm::StringRef> SearchPaths;    llvm::CachePruningPolicy ThinLTOCachePolicy;    llvm::Optional<std::vector<std::string>> Features; | 

