summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/corhost.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vm/corhost.cpp b/src/vm/corhost.cpp
index 2b67f19f2b..810c45ffd7 100644
--- a/src/vm/corhost.cpp
+++ b/src/vm/corhost.cpp
@@ -43,7 +43,9 @@
#endif // !FEATURE_PAL
#include "stringarraylist.h"
+#ifdef FEATURE_PERFTRACING
#include "eventpipe.h"
+#endif // FEATURE_PERFTRACING
#ifdef FEATURE_COMINTEROP
#include "winrttypenameconverter.h"
@@ -370,7 +372,9 @@ void SetCommandLineArgs(LPCWSTR pwzAssemblyPath, int argc, LPCWSTR* argv)
CONTRACTL_END;
// Send the command line to EventPipe.
+#ifdef FEATURE_PERFTRACING
EventPipe::SaveCommandLine(pwzAssemblyPath, argc, argv);
+#endif // FEATURE_PERFTRACING
// Send the command line to System.Environment.
struct _gc