From 7ad366f363d23b0aea788fca69349e50180f5f78 Mon Sep 17 00:00:00 2001 From: Lukas Wölfer Date: Sat, 4 Aug 2018 23:14:50 +0200 Subject: Added libcxx flag --- runtime/Intrinsic/dso_handle.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime/Intrinsic/dso_handle.c (limited to 'runtime') diff --git a/runtime/Intrinsic/dso_handle.c b/runtime/Intrinsic/dso_handle.c new file mode 100644 index 00000000..0db2281f --- /dev/null +++ b/runtime/Intrinsic/dso_handle.c @@ -0,0 +1 @@ +void* __dso_handle = 0; -- cgit 1.4.1