• A
    PassWrapper: handle separate Module*SanitizerPass · a97f89ae
    Augie Fackler 提交于
    Change ab41eef9aca3 in LLVM split MemorySanitizerPass into
    MemorySanitizerPass for functions and ModuleMemorySanitizerPass for
    modules. There's a related change for ThreadSanitizerPass, and in here
    since we're using a ModulePassManager I only add the module flavor of
    the pass on LLVM 14.
    
    r? @nikic cc @nagisa
    a97f89ae
PassWrapper.cpp 61.4 KB