summaryrefslogtreecommitdiffstats
path: root/lib/Driver
diff options
context:
space:
mode:
authorSimon Atanasyan <satanasyan@mips.com>2012-04-04 21:22:57 +0000
committerSimon Atanasyan <satanasyan@mips.com>2012-04-04 21:22:57 +0000
commit12093861bb0dd68f7a65c41929293275fed4f245 (patch)
treeeb2d7d2112a3d50b10bac53b8b30b48ab703d9c6 /lib/Driver
parentb4051e7047a0085f0679257386ff183aed3e5162 (diff)
Test commit to check commit access.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver')
-rw-r--r--lib/Driver/Tools.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp
index 90ec5facc3..dda884303a 100644
--- a/lib/Driver/Tools.cpp
+++ b/lib/Driver/Tools.cpp
@@ -4845,7 +4845,6 @@ void netbsd::Assemble::ConstructJob(Compilation &C, const JobAction &JA,
if (getToolChain().getArch() == llvm::Triple::x86)
CmdArgs.push_back("--32");
-
// Set byte order explicitly
if (getToolChain().getArchName() == "mips")
CmdArgs.push_back("-EB");