Skip to content

Commit

Permalink
Add a link to an issue about re-enabling WriteXorExecute on riscv64 a…
Browse files Browse the repository at this point in the history
…rch.

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
  • Loading branch information
rzsc and jkotas committed Jun 14, 2024
1 parent 329c574 commit 838e0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/inc/clrconfigvalues.h
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_LTTng, W("LTTng"), 1, "If DOTNET_LTTng is s
//
// Executable code
//
// TODO: https://github.com/dotnet/runtime/issues/103465
#ifdef TARGET_RISCV64
RETAIL_CONFIG_DWORD_INFO(EXTERNAL_EnableWriteXorExecute, W("EnableWriteXorExecute"), 0, "Enable W^X for executable memory.");
#else
Expand Down

0 comments on commit 838e0cd

Please sign in to comment.