diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-04-16 19:42:32 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2018-04-16 19:42:32 +0000 |
commit | a3b5f71eaa924f71321fb989d727a3a6365ba557 (patch) | |
tree | 3092cd77bd37e5c18b815ad93bdaa2a18908b086 /clang/unittests/libclang/LibclangTest.cpp | |
parent | 1c3bd2ff0c71590ad02c68bf0d4bbd3bbc27837e (diff) | |
download | llvm-a3b5f71eaa924f71321fb989d727a3a6365ba557.zip llvm-a3b5f71eaa924f71321fb989d727a3a6365ba557.tar.gz llvm-a3b5f71eaa924f71321fb989d727a3a6365ba557.tar.bz2 |
Use export_as for autolinking frameworks
framework module SomeKitCore {
...
export_as SomeKit
}
Given the module above, while generting autolink information during
codegen, clang should to emit '-framework SomeKitCore' only if SomeKit
was not imported in the relevant TU, otherwise it should use '-framework
SomeKit' instead.
rdar://problem/38269782
llvm-svn: 330152
Diffstat (limited to 'clang/unittests/libclang/LibclangTest.cpp')
0 files changed, 0 insertions, 0 deletions