summaryrefslogtreecommitdiff
path: root/src/shim_crt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shim_crt.cpp')
-rw-r--r--src/shim_crt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shim_crt.cpp b/src/shim_crt.cpp
new file mode 100644
index 00000000000..4c49e6668c1
--- /dev/null
+++ b/src/shim_crt.cpp
@@ -0,0 +1,3 @@
+// This file intentionally blank. shim_crt.cpp rolls together the compiler
+// runtime libraries to provide a single source of those symbols to other
+// compiled objects in a dynamically linked build.