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 569965d commit a97a2d1Copy full SHA for a97a2d1
llvm/test/lit.cfg.py
@@ -111,7 +111,7 @@ def get_asan_rtlib():
111
# breaks remote tests due to not having a __register_frame function. The only
112
# test that succeeds with cygwin-elf but fails with cygwin is
113
# test/ExecutionEngine/MCJIT/stubs-sm-pic.ll so this test is marked as XFAIL
114
-# for cygwin targets
+# for cygwin targets.
115
if re.search(r"windows-gnu|windows-msvc", config.host_triple):
116
lli_args = ["-mtriple=" + config.host_triple + "-elf"]
117
0 commit comments