diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-02-07 17:58:30 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-02-07 18:02:21 -0800 |
commit | 3e70a9196387437abb794b294d47fde37684337d (patch) | |
tree | 5c7219f4c036dd64efbf6c0124895c56e436c7f9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d62a343db23b7e8c3b5f2a0284bcacc10141a49e (diff) | |
download | llvm-3e70a9196387437abb794b294d47fde37684337d.zip llvm-3e70a9196387437abb794b294d47fde37684337d.tar.gz llvm-3e70a9196387437abb794b294d47fde37684337d.tar.bz2 |
[lldb/Plugin] Use LLDB_PLUGIN_DECLARE to forward declare plugin initializers
Apparently Linux and Windows have the exact opposite behavior when it
comes to inline declarations of external functions. On Linux they're
considered to be part of the lldb_private namespace, while on Windows
they're considered to be part of the top level namespace. Somehow on
macOS, it doesn't really matter and both are fine...
At this point I don't know what to do, so I'm just adding the
LLDB_PLUGIN_DECLARE macros again as originally proposed in D74245.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions