We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a85bf commit 4332bc8Copy full SHA for 4332bc8
llvm/test/TableGen/lit.local.cfg
@@ -1,8 +1,10 @@
1
+import platform
2
import lit.formats
3
4
config.suffixes = [".td"]
5
config.excludes = ["Common", "Inputs"]
6
7
# AIX 'diff' command doesn't support --strip-trailing-cr, but the internal
8
# python implementation does, so use that for cross platform compatibility
-config.test_format = lit.formats.ShTest()
9
+if platform.system() == "AIX":
10
+ config.test_format = lit.formats.ShTest()
0 commit comments