aboutsummaryrefslogtreecommitdiff
path: root/deps/lld/Common/TargetOptionsCommandFlags.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-20 13:34:07 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-03-20 13:34:07 -0400
commit3c7555cb679492f3f1c0ce320cbdf4a3769e56db (patch)
tree6a59ff4cd7d7e27e8d066fb3d3e07be6dffa012b /deps/lld/Common/TargetOptionsCommandFlags.cpp
parent2fdf69bc4082c49a571c0ee7bb7441d910def795 (diff)
parent1b25dcde9691835d0c3f5449f4c9565b9074de0e (diff)
downloadzig-3c7555cb679492f3f1c0ce320cbdf4a3769e56db.tar.gz
zig-3c7555cb679492f3f1c0ce320cbdf4a3769e56db.zip
Merge remote-tracking branch 'origin/llvm8'
Diffstat (limited to 'deps/lld/Common/TargetOptionsCommandFlags.cpp')
-rw-r--r--deps/lld/Common/TargetOptionsCommandFlags.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/lld/Common/TargetOptionsCommandFlags.cpp b/deps/lld/Common/TargetOptionsCommandFlags.cpp
index b46df363c3..7a3fc51070 100644
--- a/deps/lld/Common/TargetOptionsCommandFlags.cpp
+++ b/deps/lld/Common/TargetOptionsCommandFlags.cpp
@@ -32,3 +32,4 @@ llvm::Optional<llvm::CodeModel::Model> lld::GetCodeModelFromCMModel() {
}
std::string lld::GetCPUStr() { return ::getCPUStr(); }
+std::vector<std::string> lld::GetMAttrs() { return ::MAttrs; }