[llvm] 72ddaed - [Attributor][test] Add REQUIRES: asserts after D86129

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 16:20:56 PDT 2020


Author: Fangrui Song
Date: 2020-08-21T16:20:41-07:00
New Revision: 72ddaedddafc26b5671d56d71b1bccf7f46f65b4

URL: https://github.com/llvm/llvm-project/commit/72ddaedddafc26b5671d56d71b1bccf7f46f65b4
DIFF: https://github.com/llvm/llvm-project/commit/72ddaedddafc26b5671d56d71b1bccf7f46f65b4.diff

LOG: [Attributor][test] Add REQUIRES: asserts after D86129

Added: 
    

Modified: 
    llvm/test/Transforms/Attributor/allow_list.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/Attributor/allow_list.ll b/llvm/test/Transforms/Attributor/allow_list.ll
index ded0f65ba876..100c86b16ade 100644
--- a/llvm/test/Transforms/Attributor/allow_list.ll
+++ b/llvm/test/Transforms/Attributor/allow_list.ll
@@ -1,4 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes --check-attributes
+; REQUIRES: asserts
 ; RUN: opt -S -passes=attributor --attributor-seed-allow-list asd < %s | FileCheck %s --check-prefixes=CHECK_DISABLED
 ; RUN: opt -S -passes=attributor --attributor-seed-allow-list AAValueSimplify < %s | FileCheck %s --check-prefixes=CHECK_ENABLED
 


        


More information about the llvm-commits mailing list