[all-commits] [llvm/llvm-project] 1397e1: Set supported target for asan-use-callbacks test

RoboTux via All-commits all-commits at lists.llvm.org
Tue Aug 10 07:02:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1397e19129ef7aa6c2ba6f6018ff172a5022a1eb
      https://github.com/llvm/llvm-project/commit/1397e19129ef7aa6c2ba6f6018ff172a5022a1eb
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

  Changed paths:
    M clang/test/CodeGen/asan-use-callbacks.cpp

  Log Message:
  -----------
  Set supported target for asan-use-callbacks test

Explicitely set x86_64-linux-gnu as a target for asan-use-callbacks
clang test since some target do not support -fsanitize=address (e.g.
i386-pc-openbsd). Also remove redundant -fsanitize=address and move
-emit-llvm right after -S.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list