[PATCH] D118211: Add missing namespace to PPCLinux.cpp
Mike Hommey via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 25 20:02:41 PST 2022
glandium created this revision.
Herald added subscribers: shchenz, kbarton, nemanjai.
glandium requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This fixes a build failure with MSVC introduced in
https://reviews.llvm.org/D112906
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118211
Files:
clang/lib/Driver/ToolChains/PPCLinux.cpp
Index: clang/lib/Driver/ToolChains/PPCLinux.cpp
===================================================================
--- clang/lib/Driver/ToolChains/PPCLinux.cpp
+++ clang/lib/Driver/ToolChains/PPCLinux.cpp
@@ -13,6 +13,7 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
+using namespace clang::driver;
using namespace clang::driver::toolchains;
using namespace llvm::opt;
using namespace llvm::sys;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118211.403120.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220126/d928aa3f/attachment.bin>
More information about the cfe-commits
mailing list