We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7752deb commit 8a222bbCopy full SHA for 8a222bb
lld/wasm/Config.h
@@ -120,11 +120,11 @@ struct Config {
120
llvm::StringSet<> exportedSymbols;
121
std::vector<llvm::StringRef> requiredExports;
122
llvm::SmallVector<llvm::StringRef, 0> searchPaths;
123
+ llvm::SmallVector<llvm::StringRef, 0> rpath;
124
llvm::CachePruningPolicy thinLTOCachePolicy;
125
std::optional<std::vector<std::string>> features;
126
std::optional<std::vector<std::string>> extraFeatures;
127
llvm::SmallVector<uint8_t, 0> buildIdVector;
- llvm::SmallVector<llvm::StringRef, 0> rpath;
128
};
129
130
// The Ctx object hold all other (non-configuration) global state.
0 commit comments