Skip to content

Commit 8a222bb

Browse files
committed
Put rpath next to searchPaths
1 parent 7752deb commit 8a222bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/wasm/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ struct Config {
120120
llvm::StringSet<> exportedSymbols;
121121
std::vector<llvm::StringRef> requiredExports;
122122
llvm::SmallVector<llvm::StringRef, 0> searchPaths;
123+
llvm::SmallVector<llvm::StringRef, 0> rpath;
123124
llvm::CachePruningPolicy thinLTOCachePolicy;
124125
std::optional<std::vector<std::string>> features;
125126
std::optional<std::vector<std::string>> extraFeatures;
126127
llvm::SmallVector<uint8_t, 0> buildIdVector;
127-
llvm::SmallVector<llvm::StringRef, 0> rpath;
128128
};
129129

130130
// The Ctx object hold all other (non-configuration) global state.

0 commit comments

Comments
 (0)