diff options
author | Reid Kleckner <rnk@google.com> | 2019-12-22 12:54:06 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-12-22 12:54:06 -0800 |
commit | 891e25b02d760d0de18c7d46947913b3166047e7 (patch) | |
tree | f56319831a7d139cf4b8a395aa3eb4bb55e33eaf /clang/lib/CodeGen/CodeGenModule.h | |
parent | 79cc9e9b304a90598e8def4c8b5354d1f99186eb (diff) | |
download | bcm5719-llvm-891e25b02d760d0de18c7d46947913b3166047e7.tar.gz bcm5719-llvm-891e25b02d760d0de18c7d46947913b3166047e7.zip |
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
This reverts commit d77ae1552fc21a9f3877f3ed7e13d631f517c825.
The tests committed along with this change do not pass, and should be
changed to use %clang_cc1.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 9bf1c5ef610..673eda3baa6 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1170,8 +1170,6 @@ public: void EmitTentativeDefinition(const VarDecl *D); - void EmitExternalDeclaration(const VarDecl *D); - void EmitVTable(CXXRecordDecl *Class); void RefreshTypeCacheForClass(const CXXRecordDecl *Class); @@ -1407,7 +1405,6 @@ private: void EmitMultiVersionFunctionDefinition(GlobalDecl GD, llvm::GlobalValue *GV); void EmitGlobalVarDefinition(const VarDecl *D, bool IsTentative = false); - void EmitExternalVarDeclaration(const VarDecl *D); void EmitAliasDefinition(GlobalDecl GD); void emitIFuncDefinition(GlobalDecl GD); void emitCPUDispatchDefinition(GlobalDecl GD); |