File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Repair with meta-program, search with Casino.
66* LLVM/Clang 11
77* Python 3.6+
88* zlib
9- * libcurses
9+ * libncurses
1010* pthread
1111
1212## Docker Image
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ClangLDADD += -lLLVMXRay -lLLVMWindowsManifest -lLLVMTableGen -lLLVMSymbolize -l
4242-lLLVMTextAPI -lLLVMBitReader -lLLVMCore -lLLVMRemarks -lLLVMBitstreamReader \
4343-lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMMC -lLLVMDebugInfoCodeView \
4444-lLLVMDebugInfoMSF -lLLVMBinaryFormat -lLLVMAArch64Utils -lLLVMAArch64Info -lLLVMSupport \
45- -lLLVMDemangle -lz -lcurses
45+ -lLLVMDemangle -lz -lncurses
4646
4747pdiffer_SOURCES = pdiffer.cpp Utils.cpp ASTDiffer.cpp ProfileWriter.cpp SourceContextManager.cpp LocalAnalyzer.cpp \
4848 GlobalAnalyzer.cpp ASTUtils.cpp BenchProgram.cpp RepairCandidateGenerator.cpp \
You can’t perform that action at this time.
0 commit comments