[all-commits] [llvm/llvm-project] 87d0ff: [asan][test] Fix SED issues with macOS (BSD)

Roy Sundahl via All-commits all-commits at lists.llvm.org
Tue Nov 29 09:50:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87d0ff91176221894604aa07fc0e2b8492140f7d
      https://github.com/llvm/llvm-project/commit/87d0ff91176221894604aa07fc0e2b8492140f7d
  Author: Roy Sundahl <rsundahl at apple.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp

  Log Message:
  -----------
  [asan][test] Fix SED issues with macOS (BSD)

SED differs between GNU and BSD in handling semicolon and the use of
'\n' in regex patterns. For macOS we can't use these GNU extensions.

rdar://102686948

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




More information about the All-commits mailing list