forked from OSchip/llvm-project
Fixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows.
Thanks to Kim Gräsman for help! llvm-svn: 181699
This commit is contained in:
parent
d9da20f56f
commit
31f75e3f0a
|
@ -191,6 +191,7 @@ std::string configurationAsText(const FormatStyle &Style) {
|
|||
// reference here.
|
||||
FormatStyle NonConstStyle = Style;
|
||||
Output << NonConstStyle;
|
||||
Stream.flush();
|
||||
return Text;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue