mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 06:46:33 +00:00
Revert "[compiler-rt][nfc] DenseMap needs placement new (#133329)"
This reverts commit 4485e25dd2a57be1ee504b4dd863a1e140f5084c. Buildbot failures, e.g. https://lab.llvm.org/buildbot/#/builders/66/builds/11827
This commit is contained in:
parent
4485e25dd2
commit
68571f9151
@ -19,9 +19,6 @@
|
||||
#include "sanitizer_common.h"
|
||||
#include "sanitizer_dense_map_info.h"
|
||||
#include "sanitizer_internal_defs.h"
|
||||
// Placement-new is needed for bucket allocation. This avoids needing to include
|
||||
// it everywhere we use DenseMap.
|
||||
#include "sanitizer_placement_new.h"
|
||||
#include "sanitizer_type_traits.h"
|
||||
|
||||
namespace __sanitizer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user