diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-01-14 18:28:43 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-01-14 18:28:43 +0000 |
commit | ea02f2653655d464345de1d26c8bfb8fdcdac491 (patch) | |
tree | f9c5688d5eadd6a074c7e7e69fc28c96be2dd667 /libcxx/test/strings/string.conversions/stof.pass.cpp | |
parent | c2f6f920b9f358c8b8a22633c5ce1526a7b86b89 (diff) | |
download | bcm5719-llvm-ea02f2653655d464345de1d26c8bfb8fdcdac491.tar.gz bcm5719-llvm-ea02f2653655d464345de1d26c8bfb8fdcdac491.zip |
Switch autolinking metadata format over to actual linker options, e.g.,
!0 = metadata !{metadata !"-lautolink"}
!1 = metadata !{metadata !"-framework", metadata !"autolink_framework"}
referenced from llvm.module.linkoptions, e.g.,
!llvm.module.linkoptions = !{!0, !1, !2, !3}
This conceptually moves the logic for figuring out the syntax the
linker will accept from LLVM into Clang. Moreover, it makes it easier
to support MSVC's
#pragma comment(linker, "some option")
in the future, should anyone care to do so.
llvm-svn: 172441
Diffstat (limited to 'libcxx/test/strings/string.conversions/stof.pass.cpp')
0 files changed, 0 insertions, 0 deletions