summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2019-06-07 15:12:31 -0700
committerGitHub <noreply@github.com>2019-06-07 15:12:31 -0700
commitc957c3040c121ec86b88207d87453b6284192a74 (patch)
tree62f3119f84f4d85d521e3abe82e5c8bc34864d86 /src/ToolBox
parentee62ba30b18f58e460fae2fa8d88572621bf8aff (diff)
downloadcoreclr-c957c3040c121ec86b88207d87453b6284192a74.tar.gz
coreclr-c957c3040c121ec86b88207d87453b6284192a74.tar.bz2
coreclr-c957c3040c121ec86b88207d87453b6284192a74.zip
Mention `COMPlus_AltJitNgen=*` for crossgen
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/superpmi/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ToolBox/superpmi/readme.txt b/src/ToolBox/superpmi/readme.txt
index 8429e4f38e..3610ac750c 100644
--- a/src/ToolBox/superpmi/readme.txt
+++ b/src/ToolBox/superpmi/readme.txt
@@ -50,6 +50,9 @@ Set the following environment variables:
(On Linux, use libclrjit.so and libsuperpmi-shim-collector.so. On Mac,
use libclrjit.dylib and libsuperpmi-shim-collector.dylib.)
+If collecting using crossgen, set COMPlus_AltJitNgen=* instead of, or in
+addition to, COMPlus_AltJit=*.
+
Then, run some managed programs. When done running programs, un-set these
variables.