diff options
Diffstat (limited to 'include/lld/Common/TargetOptionsCommandFlags.h')
-rw-r--r-- | include/lld/Common/TargetOptionsCommandFlags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lld/Common/TargetOptionsCommandFlags.h b/include/lld/Common/TargetOptionsCommandFlags.h index 8443b184aa70..2eaecb72759e 100644 --- a/include/lld/Common/TargetOptionsCommandFlags.h +++ b/include/lld/Common/TargetOptionsCommandFlags.h @@ -19,4 +19,5 @@ namespace lld { llvm::TargetOptions InitTargetOptionsFromCodeGenFlags(); llvm::Optional<llvm::CodeModel::Model> GetCodeModelFromCMModel(); std::string GetCPUStr(); +std::vector<std::string> GetMAttrs(); } |