forked from OSchip/llvm-project
parent
dad4e27046
commit
afa3ec446c
|
@ -18,6 +18,7 @@
|
|||
#include "Support/CommandLine.h"
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
// GetLibSupportInfoOutputFile - Return a file stream to print our output on...
|
||||
std::ostream *GetLibSupportInfoOutputFile();
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "Support/CommandLine.h"
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
// GetLibSupportInfoOutputFile - Return a file stream to print our output on...
|
||||
std::ostream *GetLibSupportInfoOutputFile();
|
||||
|
|
Loading…
Reference in New Issue