Author: Daniel Chen
Date: 2026-08-17T17:46:55-04:00
New Revision: 11e30159a3ab15be2582549b6d5f2d531861de33

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

LOG: To fix test failures. (#216763)

This PR is to fix test failure in the AIX buildbot.
Flang supports 64-bit mode only. Add a config file to set OBJECT_MODE.

Added: 
    clang/test/Driver/flang/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/flang/lit.local.cfg 
b/clang/test/Driver/flang/lit.local.cfg
new file mode 100644
index 0000000000000..54825d83f47ee
--- /dev/null
+++ b/clang/test/Driver/flang/lit.local.cfg
@@ -0,0 +1,3 @@
+# Flang on AIX supports 64-bit only
+if "system-aix" in config.available_features:
+    config.environment["OBJECT_MODE"] = "64"


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to