mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 11:06:33 +00:00
[compiler-rt][nfc] DenseMap needs placement new (#133329)
This commit is contained in:
parent
96e5ee23a7
commit
4485e25dd2
@ -19,6 +19,9 @@
|
||||
#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