commit | 151880b020e33e12a0286612ec450051bd16f8e8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 29 18:43:14 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 29 18:43:14 2006 +0000 |
tree | cb76a2b78011938606ca7214e6e577fa03dbb51f | |
parent | b010d64f92a5b1c17aff474a6a7fcc872cb747d5 [diff] [blame] |
Define this in the correct n/s git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30671 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/ManagedStatic.cpp b/lib/Support/ManagedStatic.cpp index 85daaf8..5c8feaf 100644 --- a/lib/Support/ManagedStatic.cpp +++ b/lib/Support/ManagedStatic.cpp
@@ -46,7 +46,7 @@ } /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables. -void llvm_shutdown() { +void llvm::llvm_shutdown() { while (StaticList) StaticList->destroy(); }