summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCTargetOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/MC/MCTargetOptions.cpp')
-rw-r--r--llvm/lib/MC/MCTargetOptions.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCTargetOptions.cpp b/llvm/lib/MC/MCTargetOptions.cpp
new file mode 100644
index 00000000000..a38990934d9
--- /dev/null
+++ b/llvm/lib/MC/MCTargetOptions.cpp
@@ -0,0 +1,16 @@
+//===- lib/MC/MCTargetOptions.cpp - MC Target Options --------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#include "llvm/MC/MCTargetOptions.h"
+
+namespace llvm {
+
+MCTargetOptions::MCTargetOptions() : SanitizeAddress(false) {}
+
+} // end namespace llvm
OpenPOWER on IntegriCloud