diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-31 17:34:26 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-31 17:34:26 +0000 |
commit | 21711c451e83efa8d83d3d202525ea3b2b2ca4c8 (patch) | |
tree | a4468fd1de962da3991acf697ada32da4e9f00d6 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 7510d9aa8a94b1985e0ac49ad5be38fcdd3c0667 (diff) | |
download | bcm5719-llvm-21711c451e83efa8d83d3d202525ea3b2b2ca4c8.tar.gz bcm5719-llvm-21711c451e83efa8d83d3d202525ea3b2b2ca4c8.zip |
remove some inherited attributes on exceptions
These exception types are marked with `_LIBCPP_EXCEPTION_ABI` which
expands to `__attribute__((__visibility__("default")))` or
`__declspec(dllexport)`. When building for Windows, we would hit an
error:
cannot apply 'dllexport' to a 'dllexport' class
Remove the duplicate annotations as they will be inherited from the
class.
llvm-svn: 290785
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions