diff options
author | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2014-10-03 09:11:41 +0000 |
---|---|---|
committer | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2014-10-03 09:11:41 +0000 |
commit | 9e3c7cbfa19fca397682c87271a7b63566c67a8a (patch) | |
tree | b77316f45ec6b0a8376326ad69157b9d3bcca634 /clang/lib/Driver/Tools.h | |
parent | e2e8b0e009a9905b523e1d8bc30c1488fae2f6d7 (diff) | |
download | bcm5719-llvm-9e3c7cbfa19fca397682c87271a7b63566c67a8a.tar.gz bcm5719-llvm-9e3c7cbfa19fca397682c87271a7b63566c67a8a.zip |
Revert changes in r218863, r218864
Summary: The changes introduced in the above two commits are giving
a rough time to one of the build bots. Reverting the changes for the
moment so that the bot can go green again.
Change-Id: Id19f6cb2a8bc292631fac2262268927563d820c2
llvm-svn: 218970
Diffstat (limited to 'clang/lib/Driver/Tools.h')
-rw-r--r-- | clang/lib/Driver/Tools.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Driver/Tools.h b/clang/lib/Driver/Tools.h index 6b443baed5d..8ab145652bb 100644 --- a/clang/lib/Driver/Tools.h +++ b/clang/lib/Driver/Tools.h @@ -614,8 +614,7 @@ namespace visualstudio { namespace arm { StringRef getARMFloatABI(const Driver &D, const llvm::opt::ArgList &Args, - const llvm::Triple &Triple, - bool *ExplicitNoFloat = NULL); + const llvm::Triple &Triple); } namespace XCore { // For XCore, we do not need to instantiate tools for PreProcess, PreCompile and Compile. |