[llvm] 7c77d41 - [llvm][AArch64] Restore lit cfg for TypePromotion tests
    David Spickett via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar  1 01:29:25 PST 2022
    
    
  
Author: David Spickett
Date: 2022-03-01T09:28:15Z
New Revision: 7c77d414e230f5dbac614b7b0396a64c4c7ee63e
URL: https://github.com/llvm/llvm-project/commit/7c77d414e230f5dbac614b7b0396a64c4c7ee63e
DIFF: https://github.com/llvm/llvm-project/commit/7c77d414e230f5dbac614b7b0396a64c4c7ee63e.diff
LOG: [llvm][AArch64] Restore lit cfg for TypePromotion tests
Accidentally deleted in 20d75059a2ea49117a3dc9a78fb5b815a84ae33e.
As seen in failures on https://lab.llvm.org/buildbot/#/builders/171/builds/10952.
Added: 
    llvm/test/Transforms/TypePromotion/AArch64/lit.local.cfg
Modified: 
    
Removed: 
    
################################################################################
diff  --git a/llvm/test/Transforms/TypePromotion/AArch64/lit.local.cfg b/llvm/test/Transforms/TypePromotion/AArch64/lit.local.cfg
new file mode 100644
index 0000000000000..7184443994b69
--- /dev/null
+++ b/llvm/test/Transforms/TypePromotion/AArch64/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'AArch64' in config.root.targets:
+    config.unsupported = True
        
    
    
More information about the llvm-commits
mailing list