summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/tests/Lperf-trace.c
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2019-04-03 16:00:59 -0400
committerBilly Donahue <billy.donahue@mongodb.com>2019-07-15 11:32:31 -0400
commitd6bd2c5885215c29d723f02d8607f2c6d662aacc (patch)
treec89ac8d7e58d25f6c6f749231c0c0c1556722e20 /src/third_party/unwind/dist/tests/Lperf-trace.c
parent71fced4ef1bdbc1e5b517057eb15be256eaf0ba7 (diff)
downloadmongo-d6bd2c5885215c29d723f02d8607f2c6d662aacc.tar.gz
SERVER-33259 add libunwind to third_party
Diffstat (limited to 'src/third_party/unwind/dist/tests/Lperf-trace.c')
-rw-r--r--src/third_party/unwind/dist/tests/Lperf-trace.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/third_party/unwind/dist/tests/Lperf-trace.c b/src/third_party/unwind/dist/tests/Lperf-trace.c
new file mode 100644
index 00000000000..1c3cf21c213
--- /dev/null
+++ b/src/third_party/unwind/dist/tests/Lperf-trace.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if !defined(UNW_REMOTE_ONLY)
+#include "Gperf-trace.c"
+#endif