摘要:
一、llvm_unreachable 用来描述某个不支持的特性,会比assert(0) 更优雅,dump出来的信息也会友好一些 官方注释,llvm-project/llvm/include/llvm/Support/ErrorHandling.h:125 /// Marks that the cur 阅读全文
摘要:
提前下载好数据,并修改data_pre,出现问题可以到文本比对 进行比对 比对Python代码 import os data_pre='data' def save(id): while True: import os if os.path.exists('std.py'): os.system(' 阅读全文