summaryrefslogtreecommitdiff
path: root/src/unwinder/stdafx.cpp
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-02-03 16:02:18 -0800
committerJan Vorlicek <janvorli@microsoft.com>2015-02-03 16:02:18 -0800
commit6c2c7994f1412e8aa504800c7164de875c350fc1 (patch)
tree669203f562ea469a1ca54df80821c4722b6f6047 /src/unwinder/stdafx.cpp
parent58ef03fa8aa9397b7ec9611abba0e1b3832fcea7 (diff)
downloadcoreclr-6c2c7994f1412e8aa504800c7164de875c350fc1.tar.gz
coreclr-6c2c7994f1412e8aa504800c7164de875c350fc1.tar.bz2
coreclr-6c2c7994f1412e8aa504800c7164de875c350fc1.zip
Move the windows unwinder code out of the debug folder.
It is a preparation for using the DAC unwinder code as an unwinder for the jitted code on Linux, because the jitter generates windows style unwind info. The unwinder is build as a static library and linked to mscordac. [tfs-changeset: 1409640]
Diffstat (limited to 'src/unwinder/stdafx.cpp')
-rw-r--r--src/unwinder/stdafx.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/unwinder/stdafx.cpp b/src/unwinder/stdafx.cpp
new file mode 100644
index 0000000000..184cc8de11
--- /dev/null
+++ b/src/unwinder/stdafx.cpp
@@ -0,0 +1,13 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+//*****************************************************************************
+// File: stdafx.cpp
+//
+
+//
+// Host for precompiled headers.
+//
+//*****************************************************************************
+#include "stdafx.h" // Precompiled header key.