diff options
Diffstat (limited to 'ELF/Config.h')
-rw-r--r-- | ELF/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Config.h b/ELF/Config.h index d25c63c3c0d2..1ace4aa26fdb 100644 --- a/ELF/Config.h +++ b/ELF/Config.h @@ -89,7 +89,7 @@ struct Configuration { llvm::StringRef SoName; llvm::StringRef Sysroot; llvm::StringRef ThinLTOCacheDir; - std::string RPath; + std::string Rpath; std::vector<VersionDefinition> VersionDefinitions; std::vector<llvm::StringRef> AuxiliaryList; std::vector<llvm::StringRef> SearchPaths; |