summaryrefslogtreecommitdiffstats
path: root/lld/include
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-02-01 02:24:50 +0000
committerSam Clegg <sbc@chromium.org>2019-02-01 02:24:50 +0000
commitdfbd19033bd5675b7dcc4c54603bbfe29d551082 (patch)
tree970148dfdd92f0e49be0bf1c50ec152a87cd9ff1 /lld/include
parentb6c6ab312e9ffa0f1144e3fccc2d25e3afef0e31 (diff)
downloadbcm5719-llvm-dfbd19033bd5675b7dcc4c54603bbfe29d551082.tar.gz
bcm5719-llvm-dfbd19033bd5675b7dcc4c54603bbfe29d551082.zip
Fix names of functions in TargetOptionsCommandFlags.h. NFC.
Differential Revision: https://reviews.llvm.org/D57555 llvm-svn: 352825
Diffstat (limited to 'lld/include')
-rw-r--r--lld/include/lld/Common/TargetOptionsCommandFlags.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lld/include/lld/Common/TargetOptionsCommandFlags.h b/lld/include/lld/Common/TargetOptionsCommandFlags.h
index 066d84b7b37..9345e616f9a 100644
--- a/lld/include/lld/Common/TargetOptionsCommandFlags.h
+++ b/lld/include/lld/Common/TargetOptionsCommandFlags.h
@@ -15,8 +15,8 @@
#include "llvm/Target/TargetOptions.h"
namespace lld {
-llvm::TargetOptions InitTargetOptionsFromCodeGenFlags();
-llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel();
-std::string GetCPUStr();
-std::vector<std::string> GetMAttrs();
+llvm::TargetOptions initTargetOptionsFromCodeGenFlags();
+llvm::Optional<llvm::CodeModel::Model> getCodeModelFromCMModel();
+std::string getCPUStr();
+std::vector<std::string> getMAttrs();
}
OpenPOWER on IntegriCloud