[llvm] c122658 - [AIX][tests] XFAIL for system-aix instead

Jake Egan via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 06:32:42 PDT 2022


Author: Jake Egan
Date: 2022-08-10T09:31:42-04:00
New Revision: c1226585b36eacca3a6076e035a9883230597777

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

LOG: [AIX][tests] XFAIL for system-aix instead

The Clang folding for floating-point sometimes calls out to the host.

Added: 
    

Modified: 
    llvm/test/Transforms/EarlyCSE/atan.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/EarlyCSE/atan.ll b/llvm/test/Transforms/EarlyCSE/atan.ll
index edd25c58554ab..a917087a73b76 100644
--- a/llvm/test/Transforms/EarlyCSE/atan.ll
+++ b/llvm/test/Transforms/EarlyCSE/atan.ll
@@ -1,4 +1,4 @@
-; XFAIL: aix
+; XFAIL: system-aix
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt -early-cse -S < %s | FileCheck %s
 


        


More information about the llvm-commits mailing list