summaryrefslogtreecommitdiffstats
path: root/lldb/test/make/uncaught_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/make/uncaught_exception.h')
-rw-r--r--lldb/test/make/uncaught_exception.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/test/make/uncaught_exception.h b/lldb/test/make/uncaught_exception.h
deleted file mode 100644
index 2d5d964e992..00000000000
--- a/lldb/test/make/uncaught_exception.h
+++ /dev/null
@@ -1,5 +0,0 @@
-// MSVC header files have compilation issues when compiling with exceptions disabled. Notably,
-// this function is compiled out when _HAS_EXCEPTIONS=0, but this function is called from another
-// place even when _HAS_EXCEPTIONS=0. So we define a dummy implementation as a workaround and
-// force include this header file.
-static void *__uncaught_exception() { return nullptr; }
OpenPOWER on IntegriCloud