diff options
author | Samuel Antao <sfantao@us.ibm.com> | 2016-07-15 23:51:21 +0000 |
---|---|---|
committer | Samuel Antao <sfantao@us.ibm.com> | 2016-07-15 23:51:21 +0000 |
commit | 2fd32138efcfb035ba7a7f4957ba5525769c1228 (patch) | |
tree | 330a9f6292b96f6bd263a4b75a3240411bfff546 /clang/lib/Driver/Action.cpp | |
parent | c135b55ae07816fa77106284231660518f867c2a (diff) | |
download | bcm5719-llvm-2fd32138efcfb035ba7a7f4957ba5525769c1228.tar.gz bcm5719-llvm-2fd32138efcfb035ba7a7f4957ba5525769c1228.zip |
Attempt to fix breakage caused by r275645 for Windows bots.
llvm-svn: 275650
Diffstat (limited to 'clang/lib/Driver/Action.cpp')
-rw-r--r-- | clang/lib/Driver/Action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Action.cpp b/clang/lib/Driver/Action.cpp index a98b5c1bbaa..63c11831079 100644 --- a/clang/lib/Driver/Action.cpp +++ b/clang/lib/Driver/Action.cpp @@ -104,7 +104,7 @@ std::string Action::getOffloadingKindPrefix() const { } std::string -Action::getOffloadingFileNamePrefix(StringRef NormalizedTriple) const { +Action::getOffloadingFileNamePrefix(llvm::StringRef NormalizedTriple) const { // A file prefix is only generated for device actions and consists of the // offload kind and triple. if (!OffloadingDeviceKind) |