diff options
author | Carol Eidt <carol.eidt@microsoft.com> | 2019-06-07 15:12:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 15:12:31 -0700 |
commit | c957c3040c121ec86b88207d87453b6284192a74 (patch) | |
tree | 62f3119f84f4d85d521e3abe82e5c8bc34864d86 | |
parent | ee62ba30b18f58e460fae2fa8d88572621bf8aff (diff) | |
download | coreclr-c957c3040c121ec86b88207d87453b6284192a74.tar.gz coreclr-c957c3040c121ec86b88207d87453b6284192a74.tar.bz2 coreclr-c957c3040c121ec86b88207d87453b6284192a74.zip |
Mention `COMPlus_AltJitNgen=*` for crossgen
-rw-r--r-- | src/ToolBox/superpmi/readme.txt | 3 |
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. |