[llvm] 8f9f959 - [AMDGPU] Require AMDGPU target for ASAN instrumentation tests

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 02:54:44 PDT 2021


Author: David Spickett
Date: 2021-09-29T10:52:27+01:00
New Revision: 8f9f959b99e12ac675a8a45db62e5bd872a8d1dc

URL: https://github.com/llvm/llvm-project/commit/8f9f959b99e12ac675a8a45db62e5bd872a8d1dc
DIFF: https://github.com/llvm/llvm-project/commit/8f9f959b99e12ac675a8a45db62e5bd872a8d1dc.diff

LOG: [AMDGPU] Require AMDGPU target for ASAN instrumentation tests

Should fix test failure on Arm/AArch64 quick bots which
only build those targets.

https://lab.llvm.org/buildbot/#/builders/171/builds/4077

Added: 
    llvm/test/Instrumentation/AddressSanitizer/AMDGPU/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/Instrumentation/AddressSanitizer/AMDGPU/lit.local.cfg b/llvm/test/Instrumentation/AddressSanitizer/AMDGPU/lit.local.cfg
new file mode 100644
index 0000000000000..2a665f06be72e
--- /dev/null
+++ b/llvm/test/Instrumentation/AddressSanitizer/AMDGPU/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'AMDGPU' in config.root.targets:
+    config.unsupported = True


        


More information about the llvm-commits mailing list