forked from OSchip/llvm-project
parent
a704a8f28c
commit
2fa6838e5f
|
@ -123,7 +123,7 @@ static Vector<uint8_t> DFTStringToVector(const std::string &DFTString) {
|
|||
static bool ParseError(const char *Err, const std::string &Line) {
|
||||
Printf("DataFlowTrace: parse error: %s: Line: %s\n", Err, Line.c_str());
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
// TODO(metzman): replace std::string with std::string_view for
|
||||
// better performance. Need to figure our how to use string_view on Windows.
|
||||
|
|
Loading…
Reference in New Issue