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.
use_clang
1 parent 156b6b0 commit 2449ff8Copy full SHA for 2449ff8
flang/test/Integration/lit.local.cfg
flang/test/lit.cfg.py
@@ -172,6 +172,13 @@
172
else:
173
llvm_config.add_tool_substitutions(tools, config.llvm_tools_dir)
174
175
+llvm_config.use_clang(required=False)
176
+
177
+# Include path for C headers that define Flang's Fortran ABI.
178
+config.substitutions.append(
179
+ ("%include", os.path.join(config.flang_source_dir, "include"))
180
+)
181
182
# Enable libpgmath testing
183
result = lit_config.params.get("LIBPGMATH")
184
if result:
0 commit comments