[all-commits] [llvm/llvm-project] fadc98: Don't run hwasan-globals.cpp test on non-x86/aarch64
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Fri Jun 24 14:34:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fadc98b06befb674fa47da4f3d8606bf61bed681
https://github.com/llvm/llvm-project/commit/fadc98b06befb674fa47da4f3d8606bf61bed681
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:
-----------
Don't run hwasan-globals.cpp test on non-x86/aarch64
Fix-forward for https://reviews.llvm.org/D127544#3609312
IR pass has some target-specific inline asm lowering that check-fails
for non-x86 non-aarch64 targets.
For now, just run these tests only on those targets.
More information about the All-commits
mailing list