Fix PR8441, a race condition in the static attributes list. While the...
Fix PR8441, a race condition in the static attributes list. While the reference counting was itself threadsafe, the implicit removal of each object from the global list was not. Make this operation atomic. llvm-svn: 118461
Loading
Please register or sign in to comment