diff options
author | Dmitry Mikulin <dmitry.mikulin@sony.com> | 2019-10-17 00:55:38 +0000 |
---|---|---|
committer | Dmitry Mikulin <dmitry.mikulin@sony.com> | 2019-10-17 00:55:38 +0000 |
commit | 15984457a673eff3969c0755be543e7d572edd47 (patch) | |
tree | 634b93a5840f7b20c19bd993d202ae7b68faa2a8 /clang/lib/CodeGen/CodeGenModule.h | |
parent | eb1bbcec08d2d22bbcc55be6cb05476b617c96cf (diff) | |
download | bcm5719-llvm-15984457a673eff3969c0755be543e7d572edd47.tar.gz bcm5719-llvm-15984457a673eff3969c0755be543e7d572edd47.zip |
Revert Tag CFI-generated data structures with "#pragma clang section" attributes.
This reverts r375022 (git commit e2692b3bc0327606748b6d291b9009d2c845ced5)
llvm-svn: 375069
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index a6662da5f55..597b8d712ca 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1347,11 +1347,6 @@ public: /// \param QT is the clang QualType of the null pointer. llvm::Constant *getNullPointer(llvm::PointerType *T, QualType QT); - /// Set section attributes requested by "#pragma clang section" - /// \param D is the declaration to read semantic attributes from. - /// \param GO is the global object to set section attributes. - void setPragmaSectionAttributes(const Decl *D, llvm::GlobalObject *GO); - private: llvm::Constant *GetOrCreateLLVMFunction( StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable, |