[all-commits] [llvm/llvm-project] 243fc3: fix-forward hwasan-globals.cpp (round 2)

Mitch Phillips via All-commits all-commits at lists.llvm.org
Fri Jun 24 14:51:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 243fc3daf675ea047bb80c21c62d24a331da8b16
      https://github.com/llvm/llvm-project/commit/243fc3daf675ea047bb80c21c62d24a331da8b16
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2022-06-24 (Fri, 24 Jun 2022)

  Changed paths:
    M clang/test/CodeGen/hwasan-globals.cpp

  Log Message:
  -----------
  fix-forward hwasan-globals.cpp (round 2)

Just force the aarch64 target compilation (after making sure the test
only runs if that target is available).

Because global metadata isn't target-specific, just selecting a target
here is fine.

Should fix https://reviews.llvm.org/D127544#3609312




More information about the All-commits mailing list