[llvm] 0788cdf - [AIX] Tweak test XFAIL from D99815

David Tenty via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 11:50:02 PDT 2021


Author: David Tenty
Date: 2021-04-12T14:48:56-04:00
New Revision: 0788cdf2e3e9fa181e6cb5f13e4a6c1c17e68627

URL: https://github.com/llvm/llvm-project/commit/0788cdf2e3e9fa181e6cb5f13e4a6c1c17e68627
DIFF: https://github.com/llvm/llvm-project/commit/0788cdf2e3e9fa181e6cb5f13e4a6c1c17e68627.diff

LOG: [AIX] Tweak test XFAIL from D99815

the test fails on AIX host, not necessarily just the target.

Added: 
    

Modified: 
    llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll b/llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
index 9b71eb4b36daf..aa7da8f8734fc 100644
--- a/llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
+++ b/llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
@@ -4,7 +4,7 @@
 
 ;; The order of nodes within Context Profile Tree depends on the implmementation of std::hash<std::string>.
 ;; Mark it fail on AIX for now before we figure out a solution.
-; XFAIL: aix
+; XFAIL: system-aix
 
 
 ; Note that we need new pass manager to enable top-down processing for sample profile loader


        


More information about the llvm-commits mailing list