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 63c4928 commit 76fbb64Copy full SHA for 76fbb64
llvm/test/lit.cfg.py
@@ -789,7 +789,7 @@ def host_unwind_supports_jit():
789
config.available_features.add("expensive_checks")
790
791
if config.have_ondisk_cas:
792
- config.available_features.add('ondisk_cas')
+ config.available_features.add("ondisk_cas")
793
794
if "MemoryWithOrigins" in config.llvm_use_sanitizer:
795
config.available_features.add("use_msan_with_origins")
0 commit comments