[all-commits] [llvm/llvm-project] e1e263: [HWASan] Use tagged-globals feature on x86.

Matt Morehouse via All-commits all-commits at lists.llvm.org
Tue Oct 19 06:16:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1e2635327d74b6404d30521f9e09928e3919cec
      https://github.com/llvm/llvm-project/commit/e1e2635327d74b6404d30521f9e09928e3919cec
  Author: Matt Morehouse <mascasa at google.com>
  Date:   2021-10-19 (Tue, 19 Oct 2021)

  Changed paths:
    M clang/lib/Driver/SanitizerArgs.cpp
    M compiler-rt/test/hwasan/TestCases/global.c
    M compiler-rt/test/hwasan/lit.cfg.py

  Log Message:
  -----------
  [HWASan] Use tagged-globals feature on x86.

Allows us to use the small code model when we disable relocation
relaxation.

Reviewed By: eugenis

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




More information about the All-commits mailing list