Adds wpi GetHostname function (#25)

This commit is contained in:
Thad House
2017-08-27 21:35:34 -07:00
committed by Peter Johnson
parent 5d403a7b49
commit c3f7c85f8a
4 changed files with 113 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
#include "llvm/StringRef.h"
#include "llvm/SmallVector.h"
#include <iostream>
#include "support/hostname.h"
int main() {
llvm::StringRef v1("Hello");
std::cout << v1.lower() << std::endl;