aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
diff options
context:
space:
mode:
authorDavid Tenty <daltenty@ibm.com>2021-04-27 19:36:45 -0400
committerDavid Tenty <daltenty@ibm.com>2021-04-27 20:34:54 -0400
commit82d3c0759fa0f0d3789f9b88d5f5e8cc6e97126f (patch)
treed240a78cb7e674beaa990992da19add17a9aad20 /clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
parentcc1ae54ebcc4072ce19b610511f500f15c7acd8a (diff)
downloadllvm-82d3c0759fa0f0d3789f9b88d5f5e8cc6e97126f.zip
llvm-82d3c0759fa0f0d3789f9b88d5f5e8cc6e97126f.tar.gz
llvm-82d3c0759fa0f0d3789f9b88d5f5e8cc6e97126f.tar.bz2
[AIX] Add %pluginext and update tests to use proper pluginext
As a follow on to D96282, since bug point passes is built as a module the proper file extension to use is LLVM_PLUGIN_EXT, rather than SHLIBEXT. Using SHLIBEXT causes the tests to load a non-existent file on AIX. We also adjust the PluginsTest unittest to use LLVM_PLUGIN_EXT for similar reasons. This change should hopefully make little difference to other platforms, since generally `SHLIBEXT=LTDL_SHLIB_EXT=CMAKE_SHARED_LIBRARY_SUFFIX` and `LLVM_PLUGIN_EXT=CMAKE_SHARED_LIBRARY_SUFFIX` on every platform except AIX. Reviewed By: hubert.reinterpretcast Differential Revision: https://reviews.llvm.org/D101412
Diffstat (limited to 'clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp')
0 files changed, 0 insertions, 0 deletions