Index: test/scudo/lit.cfg =================================================================== --- test/scudo/lit.cfg +++ test/scudo/lit.cfg @@ -28,12 +28,13 @@ "-UNDEBUG", "-ldl", "-Wl,--gc-sections"]) -cxx_flags = (c_flags + config.cxx_mode_flags + ["-std=c++11"]) # Android doesn't want -lrt. if not config.android: c_flags += ["-lrt"] +cxx_flags = (c_flags + config.cxx_mode_flags + ["-std=c++11"]) + def build_invocation(compile_flags): return " " + " ".join([config.compile_wrapper, config.clang] + compile_flags) + " "