[all-commits] [llvm/llvm-project] fcfcc6: [compiler-rt][NFC] add note to interface_symbols_l...

Emily Shi via All-commits all-commits at lists.llvm.org
Thu Dec 16 13:08:15 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fcfcc64ce921abab0730b7c0a7b7f628a205cde4
      https://github.com/llvm/llvm-project/commit/fcfcc64ce921abab0730b7c0a7b7f628a205cde4
  Author: Emily Shi <code at emi.sh>
  Date:   2021-12-16 (Thu, 16 Dec 2021)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Linux/interface_symbols_linux.cpp

  Log Message:
  -----------
  [compiler-rt][NFC] add note to interface_symbols_linux.cpp about darwin

There were changes made to the linux version of this test that were not made for darwin
(see https://reviews.llvm.org/D115837) and this caused downstream failures.

Adding comment to this test to remind people to edit interface_symbols_darwin.cpp.
There is the reverse of this comment in the darwin file to remind us to edit the linux version already.

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




More information about the All-commits mailing list