[clang] 64d1d5f - [AIX] Unsupported newly added AMDGPU clang test

Jinsong Ji via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 11 14:34:58 PDT 2021


Author: Jinsong Ji
Date: 2021-10-11T21:34:48Z
New Revision: 64d1d5f336c3356ac77c588329ce3e449cc46de3

URL: https://github.com/llvm/llvm-project/commit/64d1d5f336c3356ac77c588329ce3e449cc46de3
DIFF: https://github.com/llvm/llvm-project/commit/64d1d5f336c3356ac77c588329ce3e449cc46de3.diff

LOG: [AIX] Unsupported newly added AMDGPU clang test

Added: 
    

Modified: 
    clang/test/Driver/fat_archive_amdgpu.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/fat_archive_amdgpu.cpp b/clang/test/Driver/fat_archive_amdgpu.cpp
index 78732e520e392..94327eab1654e 100644
--- a/clang/test/Driver/fat_archive_amdgpu.cpp
+++ b/clang/test/Driver/fat_archive_amdgpu.cpp
@@ -1,6 +1,7 @@
 // REQUIRES: clang-driver
 // REQUIRES: x86-registered-target
 // REQUIRES: amdgpu-registered-target
+// UNSUPPORTED: -aix
 
 // See the steps to create a fat archive are given at the end of the file.
 


        


More information about the cfe-commits mailing list