diff --git a/llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll b/llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll index 9b71eb4b36da..aa7da8f8734f 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. ;; 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