mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Revert "Windows: Add support for unicode command lines"
This is causing MinGW bots to fail. This reverts commit r192069. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -190,14 +190,6 @@ Optional<std::string> Process::GetEnv(StringRef Name) {
|
||||
return std::string(Val);
|
||||
}
|
||||
|
||||
error_code Process::GetArgumentVector(SmallVectorImpl<const char *> &ArgsOut,
|
||||
ArrayRef<const char *> ArgsIn,
|
||||
SpecificBumpPtrAllocator<char> &) {
|
||||
ArgsOut.append(ArgsIn.begin(), ArgsIn.end());
|
||||
|
||||
return error_code::success();
|
||||
}
|
||||
|
||||
bool Process::StandardInIsUserInput() {
|
||||
return FileDescriptorIsDisplayed(STDIN_FILENO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user