[all-commits] [llvm/llvm-project] da7e9e: [ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly c...

kstoimenov via All-commits all-commits at lists.llvm.org
Tue Dec 14 18:34:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da7e9e34104e83fc792b599936a11f91faa43e18
      https://github.com/llvm/llvm-project/commit/da7e9e34104e83fc792b599936a11f91faa43e18
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2021-12-14 (Tue, 14 Dec 2021)

  Changed paths:
    M compiler-rt/lib/asan/asan_rtl_x86_64.S

  Log Message:
  -----------
  [ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly callback file.

This is present in our assembly files. It should fix decorate_proc_maps.cpp failures because of shadow memory being allocated as executable.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D115552




More information about the All-commits mailing list