diff options
Diffstat (limited to 'tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h')
-rw-r--r-- | tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h b/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h new file mode 100644 index 0000000000000..00028a93fb438 --- /dev/null +++ b/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h @@ -0,0 +1,12 @@ +//===-- cli-wrapper-mpxtable.h----------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "lldb/API/SBDebugger.h" + +bool MPXPluginInitialize(lldb::SBDebugger &debugger); |