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_no_opaque_pointers
1 parent 654f21f commit 5d1378dCopy full SHA for 5d1378d
test/lit.cfg
@@ -2808,3 +2808,4 @@ if kIsWindows and visual_studio_version:
2808
config.available_features.add('MSVC_VER=%s' % visual_studio_version)
2809
2810
lit_config.note("Available features: " + ", ".join(sorted(config.available_features)))
2811
+config.substitutions.append( ('%use_no_opaque_pointers', '-Xcc -Xclang -Xcc -no-opaque-pointers' ) )
0 commit comments