Skip to content

Commit

Permalink
[AMDGPU] Require AMDGPU target for ASAN instrumentation tests
Browse files Browse the repository at this point in the history
Should fix test failure on Arm/AArch64 quick bots which
only build those targets.

https://lab.llvm.org/buildbot/#/builders/171/builds/4077
  • Loading branch information
DavidSpickett committed Sep 29, 2021
1 parent 27179b3 commit 8f9f959
Showing 1 changed file with 2 additions and 0 deletions.
@@ -0,0 +1,2 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

0 comments on commit 8f9f959

Please sign in to comment.