diff options
Diffstat (limited to 'compiler-rt/lib/scudo/standalone/empty.cc')
| -rw-r--r-- | compiler-rt/lib/scudo/standalone/empty.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/compiler-rt/lib/scudo/standalone/empty.cc b/compiler-rt/lib/scudo/standalone/empty.cc new file mode 100644 index 00000000000..c0c21d8694b --- /dev/null +++ b/compiler-rt/lib/scudo/standalone/empty.cc @@ -0,0 +1,10 @@ +//===-- empty.cc ------------------------------------------------*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#include "atomic_helpers.h" +#include "list.h" |

