mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Define this in the correct n/s
llvm-svn: 30671
This commit is contained in:
parent
b4e7c0864c
commit
1d0cc59e5b
@ -46,7 +46,7 @@ void ManagedStaticBase::destroy() const {
|
||||
}
|
||||
|
||||
/// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
|
||||
void llvm_shutdown() {
|
||||
void llvm::llvm_shutdown() {
|
||||
while (StaticList)
|
||||
StaticList->destroy();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user