blob: a2929de6aeca83dcacfc286de6dff1ddf20f0f2a [file] [log] [blame]
Nick Lewyckye47c2452010-09-23 23:48:20 +00001//===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===//
Daniel Dunbar544ecd12009-03-02 19:59:07 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
Daniel Dunbar544ecd12009-03-02 19:59:07 +000010#include "clang/Driver/Driver.h"
Chandler Carruth3a022472012-12-04 09:13:33 +000011#include "InputInfo.h"
12#include "ToolChains.h"
13#include "clang/Basic/Version.h"
Benjamin Kramerd45b2052015-10-07 15:48:01 +000014#include "clang/Basic/VirtualFileSystem.h"
Alp Toker1d257e12014-06-04 03:28:55 +000015#include "clang/Config/config.h"
Daniel Dunbar1688f1a2009-03-12 07:58:46 +000016#include "clang/Driver/Action.h"
Daniel Dunbarb2cd66b2009-03-04 20:49:20 +000017#include "clang/Driver/Compilation.h"
Daniel Dunbarc0b3e952009-03-12 08:55:43 +000018#include "clang/Driver/DriverDiagnostic.h"
Daniel Dunbare75d8342009-03-16 06:56:51 +000019#include "clang/Driver/Job.h"
Daniel Dunbarb2cd66b2009-03-04 20:49:20 +000020#include "clang/Driver/Options.h"
Peter Collingbournea4ccff32015-02-20 20:30:56 +000021#include "clang/Driver/SanitizerArgs.h"
Daniel Dunbare75d8342009-03-16 06:56:51 +000022#include "clang/Driver/Tool.h"
23#include "clang/Driver/ToolChain.h"
Chris Lattnerce6c42f2011-03-23 04:04:01 +000024#include "llvm/ADT/ArrayRef.h"
Hans Wennborg6ddc6902013-07-27 00:23:45 +000025#include "llvm/ADT/STLExtras.h"
Justin Lebar62907612016-07-06 21:21:39 +000026#include "llvm/ADT/SmallSet.h"
Hans Wennborg23d26a32014-06-18 17:21:50 +000027#include "llvm/ADT/StringExtras.h"
Chandler Carruth3a022472012-12-04 09:13:33 +000028#include "llvm/ADT/StringSet.h"
Hans Wennborg70850d82013-07-18 20:29:38 +000029#include "llvm/ADT/StringSwitch.h"
Reid Kleckner898229a2013-06-14 17:17:23 +000030#include "llvm/Option/Arg.h"
31#include "llvm/Option/ArgList.h"
Chandler Carruth5553d0d2014-01-07 11:51:46 +000032#include "llvm/Option/OptSpecifier.h"
Reid Kleckner898229a2013-06-14 17:17:23 +000033#include "llvm/Option/OptTable.h"
34#include "llvm/Option/Option.h"
David Blaikie79000202011-09-23 05:57:42 +000035#include "llvm/Support/ErrorHandling.h"
Michael J. Spencerf28df4c2010-12-17 21:22:22 +000036#include "llvm/Support/FileSystem.h"
Michael J. Spencer8aaf4992010-11-29 18:12:39 +000037#include "llvm/Support/Path.h"
Chandler Carruth3a022472012-12-04 09:13:33 +000038#include "llvm/Support/PrettyStackTrace.h"
Hans Wennborg23d26a32014-06-18 17:21:50 +000039#include "llvm/Support/Process.h"
Michael J. Spencer8aaf4992010-11-29 18:12:39 +000040#include "llvm/Support/Program.h"
Chandler Carruth3a022472012-12-04 09:13:33 +000041#include "llvm/Support/raw_ostream.h"
Dylan Noblesmith4f4e7452012-02-02 00:40:14 +000042#include <map>
Ahmed Charlesdfca6f92014-03-09 11:36:40 +000043#include <memory>
Benjamin Kramercfeacf52016-05-27 14:27:13 +000044#include <utility>
Dylan Noblesmith86780e92012-02-01 14:25:28 +000045
Daniel Dunbarb2cd66b2009-03-04 20:49:20 +000046using namespace clang::driver;
Chris Lattnerada1c912009-03-26 05:56:24 +000047using namespace clang;
Reid Kleckner898229a2013-06-14 17:17:23 +000048using namespace llvm::opt;
Daniel Dunbarb2cd66b2009-03-04 20:49:20 +000049
Reid Kleckner68eb60b2015-02-02 22:41:48 +000050Driver::Driver(StringRef ClangExecutable, StringRef DefaultTargetTriple,
Benjamin Kramerd45b2052015-10-07 15:48:01 +000051 DiagnosticsEngine &Diags,
52 IntrusiveRefCntPtr<vfs::FileSystem> VFS)
Benjamin Kramercfeacf52016-05-27 14:27:13 +000053 : Opts(createDriverOptTable()), Diags(Diags), VFS(std::move(VFS)),
54 Mode(GCCMode), SaveTemps(SaveTempsNone), BitcodeEmbed(EmbedNone),
55 LTOMode(LTOK_None), ClangExecutable(ClangExecutable),
Reid Kleckner68eb60b2015-02-02 22:41:48 +000056 SysRoot(DEFAULT_SYSROOT), UseStdLib(true),
Reid Kleckner68eb60b2015-02-02 22:41:48 +000057 DriverTitle("clang LLVM compiler"), CCPrintOptionsFilename(nullptr),
58 CCPrintHeadersFilename(nullptr), CCLogDiagnosticsFilename(nullptr),
59 CCCPrintBindings(false), CCPrintHeaders(false), CCLogDiagnostics(false),
Vedant Kumarf2030b92016-07-18 19:56:33 +000060 CCGenDiagnostics(false), DefaultTargetTriple(DefaultTargetTriple),
61 CCCGenericGCCName(""), CheckInputsExist(true), CCCUsePCH(true),
62 SuppressMissingInputWarning(false) {
Daniel Dunbar3f3e2cd2010-01-20 02:35:16 +000063
Benjamin Kramerd45b2052015-10-07 15:48:01 +000064 // Provide a sane fallback if no VFS is specified.
65 if (!this->VFS)
66 this->VFS = vfs::getRealFileSystem();
67
Sumanth Gundapaneni3a1592942015-03-03 20:43:12 +000068 Name = llvm::sys::path::filename(ClangExecutable);
Douglas Katzmana67e50c2015-06-26 15:47:46 +000069 Dir = llvm::sys::path::parent_path(ClangExecutable);
Benjamin Kramerf420dda2015-10-13 15:19:32 +000070 InstalledDir = Dir; // Provide a sensible default installed dir.
Bob Wilsona20a1da2013-03-23 05:17:59 +000071
72 // Compute the path to the resource directory.
73 StringRef ClangResourceDir(CLANG_RESOURCE_DIR);
74 SmallString<128> P(Dir);
Chandler Carruthfd3cc702014-12-29 12:09:08 +000075 if (ClangResourceDir != "") {
Bob Wilsona20a1da2013-03-23 05:17:59 +000076 llvm::sys::path::append(P, ClangResourceDir);
Chandler Carruthfd3cc702014-12-29 12:09:08 +000077 } else {
78 StringRef ClangLibdirSuffix(CLANG_LIBDIR_SUFFIX);
79 llvm::sys::path::append(P, "..", Twine("lib") + ClangLibdirSuffix, "clang",
80 CLANG_VERSION_STRING);
81 }
Bob Wilsona20a1da2013-03-23 05:17:59 +000082 ResourceDir = P.str();
Daniel Dunbar544ecd12009-03-02 19:59:07 +000083}
84
85Driver::~Driver() {
Daniel Dunbarb2cd66b2009-03-04 20:49:20 +000086 delete Opts;
Chandler Carruth2ad5de12012-01-25 11:01:57 +000087
Reid Kleckner588c9372014-02-19 23:44:52 +000088 llvm::DeleteContainerSeconds(ToolChains);
Daniel Dunbar544ecd12009-03-02 19:59:07 +000089}
90
Zachary Turneraff19c32016-08-12 17:47:52 +000091void Driver::ParseDriverMode(StringRef ProgramName,
92 ArrayRef<const char *> Args) {
93 auto Default = ToolChain::getTargetAndModeFromProgramName(ProgramName);
94 StringRef DefaultMode(Default.second);
95 setDriverModeFromOption(DefaultMode);
Hans Wennborg70850d82013-07-18 20:29:38 +000096
Douglas Katzman6bbffc42015-06-25 18:51:37 +000097 for (const char *ArgPtr : Args) {
Reid Kleckneraf5fd6a2014-08-22 19:29:30 +000098 // Ingore nullptrs, they are response file's EOL markers
Douglas Katzman6bbffc42015-06-25 18:51:37 +000099 if (ArgPtr == nullptr)
Reid Kleckneraf5fd6a2014-08-22 19:29:30 +0000100 continue;
Douglas Katzman6bbffc42015-06-25 18:51:37 +0000101 const StringRef Arg = ArgPtr;
Zachary Turneraff19c32016-08-12 17:47:52 +0000102 setDriverModeFromOption(Arg);
Hans Wennborg70850d82013-07-18 20:29:38 +0000103 }
104}
105
Zachary Turneraff19c32016-08-12 17:47:52 +0000106void Driver::setDriverModeFromOption(StringRef Opt) {
107 const std::string OptName =
108 getOpts().getOption(options::OPT_driver_mode).getPrefixedName();
109 if (!Opt.startswith(OptName))
110 return;
111 StringRef Value = Opt.drop_front(OptName.size());
112
113 const unsigned M = llvm::StringSwitch<unsigned>(Value)
114 .Case("gcc", GCCMode)
115 .Case("g++", GXXMode)
116 .Case("cpp", CPPMode)
117 .Case("cl", CLMode)
118 .Default(~0U);
119
120 if (M != ~0U)
121 Mode = static_cast<DriverMode>(M);
122 else
123 Diag(diag::err_drv_unsupported_option_argument) << OptName << Value;
124}
125
David Blaikie69a1d8c2015-06-22 22:07:27 +0000126InputArgList Driver::ParseArgStrings(ArrayRef<const char *> ArgStrings) {
Daniel Dunbar2608c542009-03-18 01:38:48 +0000127 llvm::PrettyStackTraceString CrashInfo("Command line argument parsing");
Hans Wennborg6ddc6902013-07-27 00:23:45 +0000128
129 unsigned IncludedFlagsBitmask;
130 unsigned ExcludedFlagsBitmask;
Benjamin Kramer867ea1d2014-03-02 13:01:17 +0000131 std::tie(IncludedFlagsBitmask, ExcludedFlagsBitmask) =
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000132 getIncludeExcludeOptionFlagMasks();
Hans Wennborg6ddc6902013-07-27 00:23:45 +0000133
Daniel Dunbar52ed5fe2009-11-19 06:35:06 +0000134 unsigned MissingArgIndex, MissingArgCount;
David Blaikie69a1d8c2015-06-22 22:07:27 +0000135 InputArgList Args =
David Blaikie6d492ad2015-06-21 06:32:36 +0000136 getOpts().ParseArgs(ArgStrings, MissingArgIndex, MissingArgCount,
137 IncludedFlagsBitmask, ExcludedFlagsBitmask);
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +0000138
Daniel Dunbar52ed5fe2009-11-19 06:35:06 +0000139 // Check for missing argument error.
140 if (MissingArgCount)
141 Diag(clang::diag::err_drv_missing_argument)
David Blaikie69a1d8c2015-06-22 22:07:27 +0000142 << Args.getArgString(MissingArgIndex) << MissingArgCount;
Daniel Dunbar65229332009-03-13 11:38:42 +0000143
Daniel Dunbar52ed5fe2009-11-19 06:35:06 +0000144 // Check for unsupported options.
David Blaikie69a1d8c2015-06-22 22:07:27 +0000145 for (const Arg *A : Args) {
Michael J. Spencer66e2b202012-10-19 22:37:06 +0000146 if (A->getOption().hasFlag(options::Unsupported)) {
David Blaikie69a1d8c2015-06-22 22:07:27 +0000147 Diag(clang::diag::err_drv_unsupported_opt) << A->getAsString(Args);
Daniel Dunbard8500f32009-03-22 23:26:43 +0000148 continue;
149 }
Chad Rosierce975d92012-02-22 17:55:22 +0000150
151 // Warn about -mcpu= without an argument.
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000152 if (A->getOption().matches(options::OPT_mcpu_EQ) && A->containsValue("")) {
David Blaikie69a1d8c2015-06-22 22:07:27 +0000153 Diag(clang::diag::warn_drv_empty_joined_argument) << A->getAsString(Args);
Chad Rosierce975d92012-02-22 17:55:22 +0000154 }
Daniel Dunbard02cb1d2009-03-05 06:38:47 +0000155 }
156
David Blaikie69a1d8c2015-06-22 22:07:27 +0000157 for (const Arg *A : Args.filtered(options::OPT_UNKNOWN))
Ehsan Akhgarid8518332016-01-25 21:14:52 +0000158 Diags.Report(IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl :
159 diag::err_drv_unknown_argument)
160 << A->getAsString(Args);
Rafael Espindola8a2d4962013-09-23 23:55:25 +0000161
Daniel Dunbard02cb1d2009-03-05 06:38:47 +0000162 return Args;
163}
164
Chad Rosier7742b5d2011-07-27 23:36:45 +0000165// Determine which compilation mode we are in. We look for options which
166// affect the phase, starting with the earliest phases, and record which
167// option we used to determine the final phase.
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000168phases::ID Driver::getFinalPhase(const DerivedArgList &DAL,
169 Arg **FinalPhaseArg) const {
Craig Topper92fc2df2014-05-17 16:56:41 +0000170 Arg *PhaseArg = nullptr;
Chad Rosier7742b5d2011-07-27 23:36:45 +0000171 phases::ID FinalPhase;
Eric Christopherf901e852011-08-17 22:59:59 +0000172
Hans Wennborge50cec32014-06-13 20:59:54 +0000173 // -{E,EP,P,M,MM} only run the preprocessor.
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000174 if (CCCIsCPP() || (PhaseArg = DAL.getLastArg(options::OPT_E)) ||
Hans Wennborge50cec32014-06-13 20:59:54 +0000175 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_EP)) ||
Hans Wennborge0053472013-12-20 18:40:46 +0000176 (PhaseArg = DAL.getLastArg(options::OPT_M, options::OPT_MM)) ||
177 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_P))) {
Chad Rosier7742b5d2011-07-27 23:36:45 +0000178 FinalPhase = phases::Preprocess;
Eric Christopherf901e852011-08-17 22:59:59 +0000179
Richard Smithdd4ad3d2016-08-30 19:06:26 +0000180 // --precompile only runs up to precompilation.
181 } else if ((PhaseArg = DAL.getLastArg(options::OPT__precompile))) {
182 FinalPhase = phases::Precompile;
183
Bob Wilson23a55f12014-12-21 07:00:00 +0000184 // -{fsyntax-only,-analyze,emit-ast} only run up to the compiler.
Chad Rosier7742b5d2011-07-27 23:36:45 +0000185 } else if ((PhaseArg = DAL.getLastArg(options::OPT_fsyntax_only)) ||
Douglas Gregorbf7fc9c2013-03-27 16:47:18 +0000186 (PhaseArg = DAL.getLastArg(options::OPT_module_file_info)) ||
Ben Langmuir2cb4a782014-02-05 22:21:15 +0000187 (PhaseArg = DAL.getLastArg(options::OPT_verify_pch)) ||
Chad Rosier7742b5d2011-07-27 23:36:45 +0000188 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_objc)) ||
Fariborz Jahanian73223bb2012-04-02 15:59:19 +0000189 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_legacy_objc)) ||
Ted Kremenekf7639e12012-03-06 20:06:33 +0000190 (PhaseArg = DAL.getLastArg(options::OPT__migrate)) ||
Chad Rosier7742b5d2011-07-27 23:36:45 +0000191 (PhaseArg = DAL.getLastArg(options::OPT__analyze,
Chad Rosier1aeb15a2012-03-06 23:14:35 +0000192 options::OPT__analyze_auto)) ||
Bob Wilson23a55f12014-12-21 07:00:00 +0000193 (PhaseArg = DAL.getLastArg(options::OPT_emit_ast))) {
Chad Rosier7742b5d2011-07-27 23:36:45 +0000194 FinalPhase = phases::Compile;
195
Bob Wilson23a55f12014-12-21 07:00:00 +0000196 // -S only runs up to the backend.
197 } else if ((PhaseArg = DAL.getLastArg(options::OPT_S))) {
198 FinalPhase = phases::Backend;
199
Artem Belevich4242f412015-07-28 21:01:21 +0000200 // -c compilation only runs up to the assembler.
201 } else if ((PhaseArg = DAL.getLastArg(options::OPT_c))) {
Chad Rosier7742b5d2011-07-27 23:36:45 +0000202 FinalPhase = phases::Assemble;
203
204 // Otherwise do everything.
205 } else
206 FinalPhase = phases::Link;
207
208 if (FinalPhaseArg)
209 *FinalPhaseArg = PhaseArg;
210
211 return FinalPhase;
212}
213
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000214static Arg *MakeInputArg(DerivedArgList &Args, OptTable *Opts,
Hans Wennborged1d0722013-08-13 21:32:29 +0000215 StringRef Value) {
216 Arg *A = new Arg(Opts->getOption(options::OPT_INPUT), Value,
217 Args.getBaseArgs().MakeIndex(Value), Value.data());
Hans Wennborg55362852014-05-02 22:55:30 +0000218 Args.AddSynthesizedArg(A);
Hans Wennborged1d0722013-08-13 21:32:29 +0000219 A->claim();
220 return A;
221}
222
Daniel Dunbar775d4062010-06-11 22:00:26 +0000223DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const {
224 DerivedArgList *DAL = new DerivedArgList(Args);
225
Daniel Dunbar2cc3f172010-09-17 00:45:02 +0000226 bool HasNostdlib = Args.hasArg(options::OPT_nostdlib);
Nirav Daveb0bb6142015-11-24 16:07:21 +0000227 bool HasNodefaultlib = Args.hasArg(options::OPT_nodefaultlibs);
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +0000228 for (Arg *A : Args) {
Daniel Dunbarfb3d7472010-06-14 21:23:12 +0000229 // Unfortunately, we have to parse some forwarding options (-Xassembler,
230 // -Xlinker, -Xpreprocessor) because we either integrate their functionality
231 // (assembler and preprocessor), or bypass a previous driver ('collect2').
Daniel Dunbar5a9d1832010-06-14 21:37:09 +0000232
233 // Rewrite linker options, to replace --no-demangle with a custom internal
234 // option.
235 if ((A->getOption().matches(options::OPT_Wl_COMMA) ||
236 A->getOption().matches(options::OPT_Xlinker)) &&
237 A->containsValue("--no-demangle")) {
Daniel Dunbarfb3d7472010-06-14 21:23:12 +0000238 // Add the rewritten no-demangle argument.
239 DAL->AddFlagArg(A, Opts->getOption(options::OPT_Z_Xlinker__no_demangle));
240
241 // Add the remaining values as Xlinker arguments.
Benjamin Kramer72e64312015-09-24 14:48:49 +0000242 for (StringRef Val : A->getValues())
Douglas Katzmana34b7bf2015-06-30 19:32:57 +0000243 if (Val != "--no-demangle")
244 DAL->AddSeparateArg(A, Opts->getOption(options::OPT_Xlinker), Val);
Daniel Dunbarfb3d7472010-06-14 21:23:12 +0000245
246 continue;
247 }
248
Daniel Dunbar5a9d1832010-06-14 21:37:09 +0000249 // Rewrite preprocessor options, to replace -Wp,-MD,FOO which is used by
250 // some build systems. We don't try to be complete here because we don't
251 // care to encourage this usage model.
252 if (A->getOption().matches(options::OPT_Wp_COMMA) &&
Richard Smithbd55daf2012-11-01 04:30:05 +0000253 (A->getValue(0) == StringRef("-MD") ||
254 A->getValue(0) == StringRef("-MMD"))) {
Daniel Dunbar3648ba72010-06-15 20:30:18 +0000255 // Rewrite to -MD/-MMD along with -MF.
Richard Smithbd55daf2012-11-01 04:30:05 +0000256 if (A->getValue(0) == StringRef("-MD"))
Daniel Dunbar3648ba72010-06-15 20:30:18 +0000257 DAL->AddFlagArg(A, Opts->getOption(options::OPT_MD));
258 else
259 DAL->AddFlagArg(A, Opts->getOption(options::OPT_MMD));
Michael J. Spencer70d85be2012-11-07 23:37:14 +0000260 if (A->getNumValues() == 2)
261 DAL->AddSeparateArg(A, Opts->getOption(options::OPT_MF),
262 A->getValue(1));
Daniel Dunbar5a9d1832010-06-14 21:37:09 +0000263 continue;
264 }
265
Shantonu Senafeb03b2010-09-17 18:39:08 +0000266 // Rewrite reserved library names.
267 if (A->getOption().matches(options::OPT_l)) {
Richard Smithbd55daf2012-11-01 04:30:05 +0000268 StringRef Value = A->getValue();
Daniel Dunbar2cc3f172010-09-17 00:45:02 +0000269
Shantonu Senafeb03b2010-09-17 18:39:08 +0000270 // Rewrite unless -nostdlib is present.
Nirav Daveb0bb6142015-11-24 16:07:21 +0000271 if (!HasNostdlib && !HasNodefaultlib && Value == "stdc++") {
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000272 DAL->AddFlagArg(A, Opts->getOption(options::OPT_Z_reserved_lib_stdcxx));
Daniel Dunbar2cc3f172010-09-17 00:45:02 +0000273 continue;
274 }
Shantonu Senafeb03b2010-09-17 18:39:08 +0000275
276 // Rewrite unconditionally.
277 if (Value == "cc_kext") {
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000278 DAL->AddFlagArg(A, Opts->getOption(options::OPT_Z_reserved_lib_cckext));
Shantonu Senafeb03b2010-09-17 18:39:08 +0000279 continue;
280 }
Daniel Dunbar2cc3f172010-09-17 00:45:02 +0000281 }
282
Hans Wennborged1d0722013-08-13 21:32:29 +0000283 // Pick up inputs via the -- option.
284 if (A->getOption().matches(options::OPT__DASH_DASH)) {
285 A->claim();
Benjamin Kramer72e64312015-09-24 14:48:49 +0000286 for (StringRef Val : A->getValues())
Douglas Katzmana34b7bf2015-06-30 19:32:57 +0000287 DAL->append(MakeInputArg(*DAL, Opts, Val));
Hans Wennborged1d0722013-08-13 21:32:29 +0000288 continue;
289 }
290
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +0000291 DAL->append(A);
Daniel Dunbarfb3d7472010-06-14 21:23:12 +0000292 }
Daniel Dunbar775d4062010-06-11 22:00:26 +0000293
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000294 // Enforce -static if -miamcu is present.
Andrey Turetskiy5fea71c2016-06-29 10:57:17 +0000295 if (Args.hasFlag(options::OPT_miamcu, options::OPT_mno_iamcu, false))
296 DAL->AddFlagArg(0, Opts->getOption(options::OPT_static));
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000297
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000298// Add a default value of -mlinker-version=, if one was given and the user
299// didn't specify one.
Daniel Dunbar628fcf42010-08-12 00:05:12 +0000300#if defined(HOST_LINK_VERSION)
Tim Northover018578c2015-06-12 19:21:35 +0000301 if (!Args.hasArg(options::OPT_mlinker_version_EQ) &&
302 strlen(HOST_LINK_VERSION) > 0) {
Daniel Dunbar628fcf42010-08-12 00:05:12 +0000303 DAL->AddJoinedArg(0, Opts->getOption(options::OPT_mlinker_version_EQ),
304 HOST_LINK_VERSION);
Daniel Dunbarb613ffc2010-08-17 22:32:45 +0000305 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim();
Daniel Dunbar628fcf42010-08-12 00:05:12 +0000306 }
307#endif
308
Daniel Dunbar775d4062010-06-11 22:00:26 +0000309 return DAL;
310}
311
Artem Belevich959e0542015-07-10 19:47:55 +0000312/// \brief Compute target triple from args.
313///
314/// This routine provides the logic to compute a target triple from various
315/// args passed to the driver and the default triple string.
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000316static llvm::Triple computeTargetTriple(const Driver &D,
317 StringRef DefaultTargetTriple,
Artem Belevich959e0542015-07-10 19:47:55 +0000318 const ArgList &Args,
319 StringRef DarwinArchName = "") {
320 // FIXME: Already done in Compilation *Driver::BuildCompilation
321 if (const Arg *A = Args.getLastArg(options::OPT_target))
322 DefaultTargetTriple = A->getValue();
323
324 llvm::Triple Target(llvm::Triple::normalize(DefaultTargetTriple));
325
326 // Handle Apple-specific options available here.
327 if (Target.isOSBinFormatMachO()) {
328 // If an explict Darwin arch name is given, that trumps all.
329 if (!DarwinArchName.empty()) {
330 tools::darwin::setTripleTypeForMachOArchName(Target, DarwinArchName);
331 return Target;
332 }
333
334 // Handle the Darwin '-arch' flag.
335 if (Arg *A = Args.getLastArg(options::OPT_arch)) {
336 StringRef ArchName = A->getValue();
337 tools::darwin::setTripleTypeForMachOArchName(Target, ArchName);
338 }
339 }
340
341 // Handle pseudo-target flags '-mlittle-endian'/'-EL' and
342 // '-mbig-endian'/'-EB'.
343 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian,
344 options::OPT_mbig_endian)) {
345 if (A->getOption().matches(options::OPT_mlittle_endian)) {
346 llvm::Triple LE = Target.getLittleEndianArchVariant();
347 if (LE.getArch() != llvm::Triple::UnknownArch)
348 Target = std::move(LE);
349 } else {
350 llvm::Triple BE = Target.getBigEndianArchVariant();
351 if (BE.getArch() != llvm::Triple::UnknownArch)
352 Target = std::move(BE);
353 }
354 }
355
356 // Skip further flag support on OSes which don't support '-m32' or '-m64'.
Douglas Katzman15a63ed2015-08-12 18:36:12 +0000357 if (Target.getArch() == llvm::Triple::tce ||
358 Target.getOS() == llvm::Triple::Minix)
Artem Belevich959e0542015-07-10 19:47:55 +0000359 return Target;
360
361 // Handle pseudo-target flags '-m64', '-mx32', '-m32' and '-m16'.
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000362 Arg *A = Args.getLastArg(options::OPT_m64, options::OPT_mx32,
363 options::OPT_m32, options::OPT_m16);
364 if (A) {
Artem Belevich959e0542015-07-10 19:47:55 +0000365 llvm::Triple::ArchType AT = llvm::Triple::UnknownArch;
366
367 if (A->getOption().matches(options::OPT_m64)) {
368 AT = Target.get64BitArchVariant().getArch();
369 if (Target.getEnvironment() == llvm::Triple::GNUX32)
370 Target.setEnvironment(llvm::Triple::GNU);
371 } else if (A->getOption().matches(options::OPT_mx32) &&
372 Target.get64BitArchVariant().getArch() == llvm::Triple::x86_64) {
373 AT = llvm::Triple::x86_64;
374 Target.setEnvironment(llvm::Triple::GNUX32);
375 } else if (A->getOption().matches(options::OPT_m32)) {
376 AT = Target.get32BitArchVariant().getArch();
377 if (Target.getEnvironment() == llvm::Triple::GNUX32)
378 Target.setEnvironment(llvm::Triple::GNU);
379 } else if (A->getOption().matches(options::OPT_m16) &&
380 Target.get32BitArchVariant().getArch() == llvm::Triple::x86) {
381 AT = llvm::Triple::x86;
382 Target.setEnvironment(llvm::Triple::CODE16);
383 }
384
385 if (AT != llvm::Triple::UnknownArch && AT != Target.getArch())
386 Target.setArch(AT);
387 }
388
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000389 // Handle -miamcu flag.
Andrey Turetskiy5fea71c2016-06-29 10:57:17 +0000390 if (Args.hasFlag(options::OPT_miamcu, options::OPT_mno_iamcu, false)) {
391 if (Target.get32BitArchVariant().getArch() != llvm::Triple::x86)
392 D.Diag(diag::err_drv_unsupported_opt_for_target) << "-miamcu"
393 << Target.str();
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000394
Andrey Turetskiy5fea71c2016-06-29 10:57:17 +0000395 if (A && !A->getOption().matches(options::OPT_m32))
396 D.Diag(diag::err_drv_argument_not_allowed_with)
397 << "-miamcu" << A->getBaseArg().getAsString(Args);
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000398
Andrey Turetskiy5fea71c2016-06-29 10:57:17 +0000399 Target.setArch(llvm::Triple::x86);
400 Target.setArchName("i586");
401 Target.setEnvironment(llvm::Triple::UnknownEnvironment);
402 Target.setEnvironmentName("");
403 Target.setOS(llvm::Triple::ELFIAMCU);
404 Target.setVendor(llvm::Triple::UnknownVendor);
405 Target.setVendorName("intel");
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000406 }
407
Artem Belevich959e0542015-07-10 19:47:55 +0000408 return Target;
409}
410
Teresa Johnson945bc502015-10-15 20:35:53 +0000411// \brief Parse the LTO options and record the type of LTO compilation
412// based on which -f(no-)?lto(=.*)? option occurs last.
413void Driver::setLTOMode(const llvm::opt::ArgList &Args) {
414 LTOMode = LTOK_None;
415 if (!Args.hasFlag(options::OPT_flto, options::OPT_flto_EQ,
416 options::OPT_fno_lto, false))
417 return;
418
419 StringRef LTOName("full");
420
421 const Arg *A = Args.getLastArg(options::OPT_flto_EQ);
Teresa Johnson6ef80dc2015-11-02 18:03:12 +0000422 if (A)
423 LTOName = A->getValue();
Teresa Johnson945bc502015-10-15 20:35:53 +0000424
425 LTOMode = llvm::StringSwitch<LTOKind>(LTOName)
426 .Case("full", LTOK_Full)
427 .Case("thin", LTOK_Thin)
428 .Default(LTOK_Unknown);
429
430 if (LTOMode == LTOK_Unknown) {
431 assert(A);
432 Diag(diag::err_drv_unsupported_option_argument) << A->getOption().getName()
433 << A->getValue();
434 }
435}
436
Samuel Antao39f9da22016-10-27 16:38:05 +0000437/// Compute the desired OpenMP runtime from the flags provided.
438Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const {
439 StringRef RuntimeName(CLANG_DEFAULT_OPENMP_RUNTIME);
440
441 const Arg *A = Args.getLastArg(options::OPT_fopenmp_EQ);
442 if (A)
443 RuntimeName = A->getValue();
444
445 auto RT = llvm::StringSwitch<OpenMPRuntimeKind>(RuntimeName)
446 .Case("libomp", OMPRT_OMP)
447 .Case("libgomp", OMPRT_GOMP)
448 .Case("libiomp5", OMPRT_IOMP5)
449 .Default(OMPRT_Unknown);
450
451 if (RT == OMPRT_Unknown) {
452 if (A)
453 Diag(diag::err_drv_unsupported_option_argument)
454 << A->getOption().getName() << A->getValue();
455 else
456 // FIXME: We could use a nicer diagnostic here.
457 Diag(diag::err_drv_unsupported_opt) << "-fopenmp";
458 }
459
460 return RT;
461}
462
Samuel Antaoc1ffba52016-06-13 18:10:57 +0000463void Driver::CreateOffloadingDeviceToolChains(Compilation &C,
464 InputList &Inputs) {
465
466 //
467 // CUDA
468 //
469 // We need to generate a CUDA toolchain if any of the inputs has a CUDA type.
470 if (llvm::any_of(Inputs, [](std::pair<types::ID, const llvm::opt::Arg *> &I) {
471 return types::isCuda(I.first);
472 })) {
473 const ToolChain &TC = getToolChain(
474 C.getInputArgs(),
Samuel Antaod06239d2016-07-15 23:13:27 +0000475 llvm::Triple(C.getSingleOffloadToolChain<Action::OFK_Host>()
476 ->getTriple()
477 .isArch64Bit()
Samuel Antaoc1ffba52016-06-13 18:10:57 +0000478 ? "nvptx64-nvidia-cuda"
479 : "nvptx-nvidia-cuda"));
480 C.addOffloadDeviceToolChain(&TC, Action::OFK_Cuda);
481 }
482
483 //
Samuel Antao39f9da22016-10-27 16:38:05 +0000484 // OpenMP
485 //
486 // We need to generate an OpenMP toolchain if the user specified targets with
487 // the -fopenmp-targets option.
488 if (Arg *OpenMPTargets =
489 C.getInputArgs().getLastArg(options::OPT_fopenmp_targets_EQ)) {
490 if (OpenMPTargets->getNumValues()) {
491 // We expect that -fopenmp-targets is always used in conjunction with the
492 // option -fopenmp specifying a valid runtime with offloading support,
493 // i.e. libomp or libiomp.
494 bool HasValidOpenMPRuntime = C.getInputArgs().hasFlag(
495 options::OPT_fopenmp, options::OPT_fopenmp_EQ,
496 options::OPT_fno_openmp, false);
497 if (HasValidOpenMPRuntime) {
498 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs());
499 HasValidOpenMPRuntime =
500 OpenMPKind == OMPRT_OMP || OpenMPKind == OMPRT_IOMP5;
501 }
502
503 if (HasValidOpenMPRuntime) {
504 llvm::StringMap<const char *> FoundNormalizedTriples;
505 for (const char *Val : OpenMPTargets->getValues()) {
506 llvm::Triple TT(Val);
507 std::string NormalizedName = TT.normalize();
508
509 // Make sure we don't have a duplicate triple.
510 auto Duplicate = FoundNormalizedTriples.find(NormalizedName);
511 if (Duplicate != FoundNormalizedTriples.end()) {
512 Diag(clang::diag::warn_drv_omp_offload_target_duplicate)
513 << Val << Duplicate->second;
514 continue;
515 }
516
517 // Store the current triple so that we can check for duplicates in the
518 // following iterations.
519 FoundNormalizedTriples[NormalizedName] = Val;
520
521 // If the specified target is invalid, emit a diagnostic.
522 if (TT.getArch() == llvm::Triple::UnknownArch)
523 Diag(clang::diag::err_drv_invalid_omp_target) << Val;
524 else {
525 const ToolChain &TC = getToolChain(C.getInputArgs(), TT);
526 C.addOffloadDeviceToolChain(&TC, Action::OFK_OpenMP);
527 }
528 }
529 } else
530 Diag(clang::diag::err_drv_expecting_fopenmp_with_fopenmp_targets);
531 } else
532 Diag(clang::diag::warn_drv_empty_joined_argument)
533 << OpenMPTargets->getAsString(C.getInputArgs());
534 }
535
536 //
Samuel Antaoc1ffba52016-06-13 18:10:57 +0000537 // TODO: Add support for other offloading programming models here.
538 //
539
540 return;
541}
542
Chris Lattner54b16772011-07-23 17:14:25 +0000543Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
Daniel Dunbar2608c542009-03-18 01:38:48 +0000544 llvm::PrettyStackTraceString CrashInfo("Compilation construction");
545
Eric Christopherf901e852011-08-17 22:59:59 +0000546 // FIXME: Handle environment options which affect driver behavior, somewhere
Bill Wendlingadbeb9f2012-03-12 21:24:57 +0000547 // (client?). GCC_EXEC_PREFIX, LPATH, CC_PRINT_OPTIONS.
Chad Rosier82301162011-09-14 00:47:55 +0000548
David Majnemer85c25b42016-07-24 17:44:03 +0000549 if (Optional<std::string> CompilerPathValue =
550 llvm::sys::Process::GetEnv("COMPILER_PATH")) {
551 StringRef CompilerPath = *CompilerPathValue;
Chad Rosier82301162011-09-14 00:47:55 +0000552 while (!CompilerPath.empty()) {
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000553 std::pair<StringRef, StringRef> Split =
554 CompilerPath.split(llvm::sys::EnvPathSeparator);
Chad Rosier82301162011-09-14 00:47:55 +0000555 PrefixDirs.push_back(Split.first);
556 CompilerPath = Split.second;
557 }
558 }
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +0000559
Hans Wennborg70850d82013-07-18 20:29:38 +0000560 // We look for the driver mode option early, because the mode can affect
561 // how other options are parsed.
Zachary Turneraff19c32016-08-12 17:47:52 +0000562 ParseDriverMode(ClangExecutable, ArgList.slice(1));
Hans Wennborg70850d82013-07-18 20:29:38 +0000563
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +0000564 // FIXME: What are we going to do with -V and -b?
565
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +0000566 // FIXME: This stuff needs to go into the Compilation, not the driver.
Douglas Katzmanb7e8ef02015-06-25 19:37:41 +0000567 bool CCCPrintPhases;
Daniel Dunbard02cb1d2009-03-05 06:38:47 +0000568
David Blaikie69a1d8c2015-06-22 22:07:27 +0000569 InputArgList Args = ParseArgStrings(ArgList.slice(1));
Daniel Dunbaracd69572009-12-04 21:55:23 +0000570
Filipe Cabecinhas136f35e2015-07-18 06:35:24 +0000571 // Silence driver warnings if requested
572 Diags.setIgnoreAllWarnings(Args.hasArg(options::OPT_w));
573
Rafael Espindola59ae7992009-12-07 18:28:29 +0000574 // -no-canonical-prefixes is used very early in main.
David Blaikie69a1d8c2015-06-22 22:07:27 +0000575 Args.ClaimAllArgs(options::OPT_no_canonical_prefixes);
Rafael Espindola59ae7992009-12-07 18:28:29 +0000576
Daniel Dunbar926f81f2010-08-02 02:38:03 +0000577 // Ignore -pipe.
David Blaikie69a1d8c2015-06-22 22:07:27 +0000578 Args.ClaimAllArgs(options::OPT_pipe);
Daniel Dunbar926f81f2010-08-02 02:38:03 +0000579
Daniel Dunbaracd69572009-12-04 21:55:23 +0000580 // Extract -ccc args.
Daniel Dunbaree66cf22009-03-10 20:52:46 +0000581 //
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +0000582 // FIXME: We need to figure out where this behavior should live. Most of it
583 // should be outside in the client; the parts that aren't should have proper
584 // options, either by introducing new ones or by overloading gcc ones like -V
585 // or -b.
Douglas Katzmanb7e8ef02015-06-25 19:37:41 +0000586 CCCPrintPhases = Args.hasArg(options::OPT_ccc_print_phases);
David Blaikie69a1d8c2015-06-22 22:07:27 +0000587 CCCPrintBindings = Args.hasArg(options::OPT_ccc_print_bindings);
588 if (const Arg *A = Args.getLastArg(options::OPT_ccc_gcc_name))
Richard Smithbd55daf2012-11-01 04:30:05 +0000589 CCCGenericGCCName = A->getValue();
David Blaikie69a1d8c2015-06-22 22:07:27 +0000590 CCCUsePCH =
591 Args.hasFlag(options::OPT_ccc_pch_is_pch, options::OPT_ccc_pch_is_pth);
Joerg Sonnenberger17d75512012-02-22 19:15:16 +0000592 // FIXME: DefaultTargetTriple is used by the target-prefixed calls to as/ld
593 // and getToolChain is const.
Hans Wennborg2e274592013-08-13 23:38:57 +0000594 if (IsCLMode()) {
Hans Wennborg73609a02014-03-28 01:19:04 +0000595 // clang-cl targets MSVC-style Win32.
Hans Wennborg2e274592013-08-13 23:38:57 +0000596 llvm::Triple T(DefaultTargetTriple);
Hans Wennborg9d9ce7a2014-03-28 20:49:28 +0000597 T.setOS(llvm::Triple::Win32);
Hans Wennborg0f0e8d62015-09-18 17:11:50 +0000598 T.setVendor(llvm::Triple::PC);
Hans Wennborg9d9ce7a2014-03-28 20:49:28 +0000599 T.setEnvironment(llvm::Triple::MSVC);
Hans Wennborg2e274592013-08-13 23:38:57 +0000600 DefaultTargetTriple = T.str();
601 }
David Blaikie69a1d8c2015-06-22 22:07:27 +0000602 if (const Arg *A = Args.getLastArg(options::OPT_target))
Richard Smithbd55daf2012-11-01 04:30:05 +0000603 DefaultTargetTriple = A->getValue();
David Blaikie69a1d8c2015-06-22 22:07:27 +0000604 if (const Arg *A = Args.getLastArg(options::OPT_ccc_install_dir))
Richard Smithbd55daf2012-11-01 04:30:05 +0000605 Dir = InstalledDir = A->getValue();
David Blaikie69a1d8c2015-06-22 22:07:27 +0000606 for (const Arg *A : Args.filtered(options::OPT_B)) {
Benjamin Kramer1a648d12011-02-08 20:31:42 +0000607 A->claim();
Richard Smithbd55daf2012-11-01 04:30:05 +0000608 PrefixDirs.push_back(A->getValue(0));
Benjamin Kramer1a648d12011-02-08 20:31:42 +0000609 }
David Blaikie69a1d8c2015-06-22 22:07:27 +0000610 if (const Arg *A = Args.getLastArg(options::OPT__sysroot_EQ))
Richard Smithbd55daf2012-11-01 04:30:05 +0000611 SysRoot = A->getValue();
David Blaikie69a1d8c2015-06-22 22:07:27 +0000612 if (const Arg *A = Args.getLastArg(options::OPT__dyld_prefix_EQ))
Peter Collingbourne9d9e1fc2013-05-27 21:40:20 +0000613 DyldPrefix = A->getValue();
David Blaikie69a1d8c2015-06-22 22:07:27 +0000614 if (Args.hasArg(options::OPT_nostdlib))
Joerg Sonnenbergerbc923f32011-03-21 13:59:26 +0000615 UseStdLib = false;
Daniel Dunbaree66cf22009-03-10 20:52:46 +0000616
David Blaikie69a1d8c2015-06-22 22:07:27 +0000617 if (const Arg *A = Args.getLastArg(options::OPT_resource_dir))
Bob Wilsona20a1da2013-03-23 05:17:59 +0000618 ResourceDir = A->getValue();
Jim Grosbach061dabf2013-03-12 20:17:58 +0000619
David Blaikie69a1d8c2015-06-22 22:07:27 +0000620 if (const Arg *A = Args.getLastArg(options::OPT_save_temps_EQ)) {
Reid Kleckner68eb60b2015-02-02 22:41:48 +0000621 SaveTemps = llvm::StringSwitch<SaveTempsMode>(A->getValue())
622 .Case("cwd", SaveTempsCwd)
623 .Case("obj", SaveTempsObj)
624 .Default(SaveTempsCwd);
625 }
626
Steven Wu1257cd82016-05-18 17:04:52 +0000627 setLTOMode(Args);
628
Steven Wu574b0f22016-03-01 01:07:58 +0000629 // Ignore -fembed-bitcode options with LTO
630 // since the output will be bitcode anyway.
Steven Wu1257cd82016-05-18 17:04:52 +0000631 if (getLTOMode() == LTOK_None) {
Steven Wu27fb5222016-05-11 16:26:03 +0000632 if (Arg *A = Args.getLastArg(options::OPT_fembed_bitcode_EQ)) {
633 StringRef Name = A->getValue();
634 unsigned Model = llvm::StringSwitch<unsigned>(Name)
635 .Case("off", EmbedNone)
636 .Case("all", EmbedBitcode)
637 .Case("bitcode", EmbedBitcode)
638 .Case("marker", EmbedMarker)
639 .Default(~0U);
640 if (Model == ~0U) {
641 Diags.Report(diag::err_drv_invalid_value) << A->getAsString(Args)
642 << Name;
643 } else
644 BitcodeEmbed = static_cast<BitcodeEmbedMode>(Model);
645 }
Steven Wu574b0f22016-03-01 01:07:58 +0000646 } else {
647 // claim the bitcode option under LTO so no warning is issued.
Steven Wu27fb5222016-05-11 16:26:03 +0000648 Args.ClaimAllArgs(options::OPT_fembed_bitcode_EQ);
Steven Wu574b0f22016-03-01 01:07:58 +0000649 }
650
David Blaikie69a1d8c2015-06-22 22:07:27 +0000651 std::unique_ptr<llvm::opt::InputArgList> UArgs =
652 llvm::make_unique<InputArgList>(std::move(Args));
653
Daniel Dunbar775d4062010-06-11 22:00:26 +0000654 // Perform the default argument translations.
David Blaikie69a1d8c2015-06-22 22:07:27 +0000655 DerivedArgList *TranslatedArgs = TranslateInputArgs(*UArgs);
Daniel Dunbar775d4062010-06-11 22:00:26 +0000656
Chandler Carruthcb916192012-01-25 08:49:21 +0000657 // Owned by the host.
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +0000658 const ToolChain &TC = getToolChain(
659 *UArgs, computeTargetTriple(*this, DefaultTargetTriple, *UArgs));
Chandler Carruthcb916192012-01-25 08:49:21 +0000660
Daniel Dunbar3ce436d2009-03-16 06:42:30 +0000661 // The compilation takes ownership of Args.
David Blaikie69a1d8c2015-06-22 22:07:27 +0000662 Compilation *C = new Compilation(*this, TC, UArgs.release(), TranslatedArgs);
Daniel Dunbarf0eddb82009-03-18 02:55:38 +0000663
Daniel Dunbarf0eddb82009-03-18 02:55:38 +0000664 if (!HandleImmediateArgs(*C))
665 return C;
666
Chad Rosierecdede82011-08-12 22:08:57 +0000667 // Construct the list of inputs.
668 InputList Inputs;
Hans Wennborged1d0722013-08-13 21:32:29 +0000669 BuildInputs(C->getDefaultToolChain(), *TranslatedArgs, Inputs);
Chad Rosierecdede82011-08-12 22:08:57 +0000670
Samuel Antaoc1ffba52016-06-13 18:10:57 +0000671 // Populate the tool chains for the offloading devices, if any.
672 CreateOffloadingDeviceToolChains(*C, Inputs);
Justin Lebar0e450a52016-03-30 23:30:25 +0000673
Chandler Carruth7f1417f2012-01-24 10:43:44 +0000674 // Construct the list of abstract actions to perform for this compilation. On
Tim Northover157d9112014-01-16 08:48:16 +0000675 // MachO targets this uses the driver-driver and universal actions.
676 if (TC.getTriple().isOSBinFormatMachO())
Artem Belevich5e2a3ec2015-11-17 22:28:40 +0000677 BuildUniversalActions(*C, C->getDefaultToolChain(), Inputs);
Daniel Dunbarf0eddb82009-03-18 02:55:38 +0000678 else
Justin Lebar0f3474c2016-02-11 02:00:50 +0000679 BuildActions(*C, C->getArgs(), Inputs, C->getActions());
Daniel Dunbarf0eddb82009-03-18 02:55:38 +0000680
Douglas Katzmanb7e8ef02015-06-25 19:37:41 +0000681 if (CCCPrintPhases) {
Daniel Dunbareb843be2009-03-18 03:13:20 +0000682 PrintActions(*C);
Daniel Dunbarf0eddb82009-03-18 02:55:38 +0000683 return C;
684 }
685
686 BuildJobs(*C);
Daniel Dunbaradc91e62009-03-15 01:38:15 +0000687
688 return C;
Daniel Dunbaree66cf22009-03-10 20:52:46 +0000689}
690
Justin Bognered9cbe02015-07-09 06:58:31 +0000691static void printArgList(raw_ostream &OS, const llvm::opt::ArgList &Args) {
692 llvm::opt::ArgStringList ASL;
693 for (const auto *A : Args)
694 A->render(Args, ASL);
695
696 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) {
697 if (I != ASL.begin())
698 OS << ' ';
699 Command::printArg(OS, *I, true);
700 }
701 OS << '\n';
702}
703
Eric Christopherf901e852011-08-17 22:59:59 +0000704// When clang crashes, produce diagnostic information including the fully
705// preprocessed source file(s). Request that the developer attach the
Chad Rosierbe10f982011-08-02 17:58:04 +0000706// diagnostic information to a bug report.
707void Driver::generateCompilationDiagnostics(Compilation &C,
Justin Bognere1a33d12014-10-20 21:02:05 +0000708 const Command &FailingCommand) {
Chad Rosier877c0a22012-02-22 00:30:39 +0000709 if (C.getArgs().hasArg(options::OPT_fno_crash_diagnostics))
Chad Rosier62135492012-07-09 17:31:28 +0000710 return;
Chad Rosierbee5a1d2012-03-07 00:30:40 +0000711
Chad Rosierdbf46a12013-02-01 18:30:26 +0000712 // Don't try to generate diagnostics for link or dsymutil jobs.
Justin Bognere1a33d12014-10-20 21:02:05 +0000713 if (FailingCommand.getCreator().isLinkJob() ||
714 FailingCommand.getCreator().isDsymutilJob())
Chad Rosier877c0a22012-02-22 00:30:39 +0000715 return;
716
Chad Rosier8179f112012-06-19 17:51:34 +0000717 // Print the version of the compiler.
718 PrintVersion(C, llvm::errs());
719
Chad Rosierbe10f982011-08-02 17:58:04 +0000720 Diag(clang::diag::note_drv_command_failed_diag_msg)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000721 << "PLEASE submit a bug report to " BUG_REPORT_URL " and include the "
722 "crash backtrace, preprocessed source, and associated run script.";
Chad Rosierbe10f982011-08-02 17:58:04 +0000723
724 // Suppress driver output and emit preprocessor output to temp file.
Hans Wennborg70850d82013-07-18 20:29:38 +0000725 Mode = CPPMode;
Chad Rosierbe10f982011-08-02 17:58:04 +0000726 CCGenDiagnostics = true;
727
Chad Rosiercdb008d2011-11-02 21:29:05 +0000728 // Save the original job command(s).
Justin Bogner25645152014-10-21 17:24:44 +0000729 Command Cmd = FailingCommand;
Chad Rosiercdb008d2011-11-02 21:29:05 +0000730
Richard Smith5bb4cdf2012-12-20 02:22:15 +0000731 // Keep track of whether we produce any errors while trying to produce
732 // preprocessed sources.
733 DiagnosticErrorTrap Trap(Diags);
734
735 // Suppress tool output.
Chad Rosierbe10f982011-08-02 17:58:04 +0000736 C.initCompilationForDiagnostics();
Chad Rosierecdede82011-08-12 22:08:57 +0000737
738 // Construct the list of inputs.
739 InputList Inputs;
740 BuildInputs(C.getDefaultToolChain(), C.getArgs(), Inputs);
Chad Rosierbe10f982011-08-02 17:58:04 +0000741
Chad Rosier4f81fc22011-08-12 23:30:05 +0000742 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) {
Chad Rosierd57133d2011-08-18 00:22:25 +0000743 bool IgnoreInput = false;
744
745 // Ignore input from stdin or any inputs that cannot be preprocessed.
Paul Robinsonf44157d2014-04-28 22:24:44 +0000746 // Check type first as not all linker inputs have a value.
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000747 if (types::getPreprocessedType(it->first) == types::TY_INVALID) {
Paul Robinsonf44157d2014-04-28 22:24:44 +0000748 IgnoreInput = true;
749 } else if (!strcmp(it->second->getValue(), "-")) {
Chad Rosierd57133d2011-08-18 00:22:25 +0000750 Diag(clang::diag::note_drv_command_failed_diag_msg)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000751 << "Error generating preprocessed source(s) - "
752 "ignoring input from stdin.";
Chad Rosierd57133d2011-08-18 00:22:25 +0000753 IgnoreInput = true;
Chad Rosierd57133d2011-08-18 00:22:25 +0000754 }
755
756 if (IgnoreInput) {
Chad Rosier4f81fc22011-08-12 23:30:05 +0000757 it = Inputs.erase(it);
758 ie = Inputs.end();
Chad Rosier6fdf38b2011-08-17 23:08:45 +0000759 } else {
Chad Rosier4f81fc22011-08-12 23:30:05 +0000760 ++it;
Chad Rosier6fdf38b2011-08-17 23:08:45 +0000761 }
Chad Rosier4f81fc22011-08-12 23:30:05 +0000762 }
Chad Rosierd57133d2011-08-18 00:22:25 +0000763
Chad Rosierc5103c32013-01-29 23:57:10 +0000764 if (Inputs.empty()) {
765 Diag(clang::diag::note_drv_command_failed_diag_msg)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000766 << "Error generating preprocessed source(s) - "
767 "no preprocessable inputs.";
Chad Rosierc5103c32013-01-29 23:57:10 +0000768 return;
769 }
770
Chad Rosiere75ef402011-09-06 23:52:36 +0000771 // Don't attempt to generate preprocessed files if multiple -arch options are
Chad Rosier636d2832012-02-13 18:16:28 +0000772 // used, unless they're all duplicates.
773 llvm::StringSet<> ArchNames;
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +0000774 for (const Arg *A : C.getArgs()) {
Chad Rosiere75ef402011-09-06 23:52:36 +0000775 if (A->getOption().matches(options::OPT_arch)) {
Richard Smithbd55daf2012-11-01 04:30:05 +0000776 StringRef ArchName = A->getValue();
Chad Rosier636d2832012-02-13 18:16:28 +0000777 ArchNames.insert(ArchName);
Chad Rosiere75ef402011-09-06 23:52:36 +0000778 }
779 }
Chad Rosier636d2832012-02-13 18:16:28 +0000780 if (ArchNames.size() > 1) {
781 Diag(clang::diag::note_drv_command_failed_diag_msg)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000782 << "Error generating preprocessed source(s) - cannot generate "
783 "preprocessed source with multiple -arch options.";
Chad Rosier636d2832012-02-13 18:16:28 +0000784 return;
785 }
Chad Rosiere75ef402011-09-06 23:52:36 +0000786
Chandler Carruth7f1417f2012-01-24 10:43:44 +0000787 // Construct the list of abstract actions to perform for this compilation. On
788 // Darwin OSes this uses the driver-driver and builds universal actions.
Chandler Carruthcb916192012-01-25 08:49:21 +0000789 const ToolChain &TC = C.getDefaultToolChain();
Tim Northover157d9112014-01-16 08:48:16 +0000790 if (TC.getTriple().isOSBinFormatMachO())
Artem Belevich5e2a3ec2015-11-17 22:28:40 +0000791 BuildUniversalActions(C, TC, Inputs);
Chad Rosierbe10f982011-08-02 17:58:04 +0000792 else
Justin Lebar0f3474c2016-02-11 02:00:50 +0000793 BuildActions(C, C.getArgs(), Inputs, C.getActions());
Chad Rosierbe10f982011-08-02 17:58:04 +0000794
795 BuildJobs(C);
796
797 // If there were errors building the compilation, quit now.
Richard Smith5bb4cdf2012-12-20 02:22:15 +0000798 if (Trap.hasErrorOccurred()) {
Chad Rosierbe10f982011-08-02 17:58:04 +0000799 Diag(clang::diag::note_drv_command_failed_diag_msg)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000800 << "Error generating preprocessed source(s).";
Chad Rosierbe10f982011-08-02 17:58:04 +0000801 return;
802 }
803
804 // Generate preprocessed output.
Chad Rosierdd60e092013-01-29 20:15:05 +0000805 SmallVector<std::pair<int, const Command *>, 4> FailingCommands;
Justin Bogner0cd92482015-07-02 22:52:08 +0000806 C.ExecuteJobs(C.getJobs(), FailingCommands);
Chad Rosierbe10f982011-08-02 17:58:04 +0000807
Justin Bognerbc89b182014-10-20 21:20:27 +0000808 // If any of the preprocessing commands failed, clean up and exit.
809 if (!FailingCommands.empty()) {
Reid Kleckner68eb60b2015-02-02 22:41:48 +0000810 if (!isSaveTempsEnabled())
Chad Rosierbe10f982011-08-02 17:58:04 +0000811 C.CleanupFileList(C.getTempFiles(), true);
812
813 Diag(clang::diag::note_drv_command_failed_diag_msg)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000814 << "Error generating preprocessed source(s).";
Justin Bognerbc89b182014-10-20 21:20:27 +0000815 return;
Chad Rosierbe10f982011-08-02 17:58:04 +0000816 }
Justin Bognerbc89b182014-10-20 21:20:27 +0000817
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000818 const ArgStringList &TempFiles = C.getTempFiles();
819 if (TempFiles.empty()) {
820 Diag(clang::diag::note_drv_command_failed_diag_msg)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000821 << "Error generating preprocessed source(s).";
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000822 return;
823 }
824
Justin Bognerbc89b182014-10-20 21:20:27 +0000825 Diag(clang::diag::note_drv_command_failed_diag_msg)
826 << "\n********************\n\n"
827 "PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:\n"
828 "Preprocessed source(s) and associated run script(s) are located at:";
Justin Bognerbc89b182014-10-20 21:20:27 +0000829
Justin Bogner659ecc32014-10-20 22:47:23 +0000830 SmallString<128> VFS;
831 for (const char *TempFile : TempFiles) {
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000832 Diag(clang::diag::note_drv_command_failed_diag_msg) << TempFile;
Justin Bogner659ecc32014-10-20 22:47:23 +0000833 if (StringRef(TempFile).endswith(".cache")) {
834 // In some cases (modules) we'll dump extra data to help with reproducing
835 // the crash into a directory next to the output.
836 VFS = llvm::sys::path::filename(TempFile);
837 llvm::sys::path::append(VFS, "vfs", "vfs.yaml");
838 }
839 }
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000840
841 // Assume associated files are based off of the first temporary file.
Justin Bogner25645152014-10-21 17:24:44 +0000842 CrashReportInfo CrashInfo(TempFiles[0], VFS);
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000843
Justin Bogner25645152014-10-21 17:24:44 +0000844 std::string Script = CrashInfo.Filename.rsplit('.').first.str() + ".sh";
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000845 std::error_code EC;
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000846 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::F_Excl);
847 if (EC) {
848 Diag(clang::diag::note_drv_command_failed_diag_msg)
849 << "Error generating run script: " + Script + " " + EC.message();
850 } else {
Justin Bogner42220ed2015-03-12 00:14:35 +0000851 ScriptOS << "# Crash reproducer for " << getClangFullVersion() << "\n"
Justin Bognered9cbe02015-07-09 06:58:31 +0000852 << "# Driver args: ";
853 printArgList(ScriptOS, C.getInputArgs());
854 ScriptOS << "# Original command: ";
Justin Bogner42220ed2015-03-12 00:14:35 +0000855 Cmd.Print(ScriptOS, "\n", /*Quote=*/true);
Justin Bogner33bdbc62014-10-21 18:03:08 +0000856 Cmd.Print(ScriptOS, "\n", /*Quote=*/true, &CrashInfo);
Justin Bognerc1fdf7f2014-10-20 21:47:56 +0000857 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script;
Justin Bognerbc89b182014-10-20 21:20:27 +0000858 }
Saleem Abdulrasool3661a822015-01-12 02:33:09 +0000859
860 for (const auto &A : C.getArgs().filtered(options::OPT_frewrite_map_file,
861 options::OPT_frewrite_map_file_EQ))
862 Diag(clang::diag::note_drv_command_failed_diag_msg) << A->getValue();
863
Justin Bognerbc89b182014-10-20 21:20:27 +0000864 Diag(clang::diag::note_drv_command_failed_diag_msg)
865 << "\n\n********************";
Chad Rosierbe10f982011-08-02 17:58:04 +0000866}
867
Justin Bogner0cd92482015-07-02 22:52:08 +0000868void Driver::setUpResponseFiles(Compilation &C, Command &Cmd) {
Oleg Ranevskyycd516372016-01-05 19:54:39 +0000869 // Since commandLineFitsWithinSystemLimits() may underestimate system's capacity
Reid Kleckner0290c9c2014-09-15 17:45:39 +0000870 // if the tool does not support response files, there is a chance/ that things
871 // will just work without a response file, so we silently just skip it.
Justin Bogner0cd92482015-07-02 22:52:08 +0000872 if (Cmd.getCreator().getResponseFilesSupport() == Tool::RF_None ||
Oleg Ranevskyycd516372016-01-05 19:54:39 +0000873 llvm::sys::commandLineFitsWithinSystemLimits(Cmd.getExecutable(), Cmd.getArguments()))
Reid Kleckner0290c9c2014-09-15 17:45:39 +0000874 return;
875
876 std::string TmpName = GetTemporaryPath("response", "txt");
Justin Bogner0cd92482015-07-02 22:52:08 +0000877 Cmd.setResponseFile(
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000878 C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str())));
Reid Kleckner0290c9c2014-09-15 17:45:39 +0000879}
880
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000881int Driver::ExecuteCompilation(
882 Compilation &C,
883 SmallVectorImpl<std::pair<int, const Command *>> &FailingCommands) {
Daniel Dunbar38bfda62009-07-01 20:03:04 +0000884 // Just print if -### was present.
885 if (C.getArgs().hasArg(options::OPT__HASH_HASH_HASH)) {
Hans Wennborgb212b342013-09-12 18:23:34 +0000886 C.getJobs().Print(llvm::errs(), "\n", true);
Daniel Dunbar38bfda62009-07-01 20:03:04 +0000887 return 0;
888 }
889
890 // If there were errors building the compilation, quit now.
Chad Rosierbe10f982011-08-02 17:58:04 +0000891 if (Diags.hasErrorOccurred())
Daniel Dunbar38bfda62009-07-01 20:03:04 +0000892 return 1;
893
Reid Kleckner0290c9c2014-09-15 17:45:39 +0000894 // Set up response file names for each command, if necessary
Justin Bogner0cd92482015-07-02 22:52:08 +0000895 for (auto &Job : C.getJobs())
896 setUpResponseFiles(C, Job);
Reid Kleckner0290c9c2014-09-15 17:45:39 +0000897
Justin Bogner0cd92482015-07-02 22:52:08 +0000898 C.ExecuteJobs(C.getJobs(), FailingCommands);
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +0000899
Daniel Dunbar38bfda62009-07-01 20:03:04 +0000900 // Remove temp files.
901 C.CleanupFileList(C.getTempFiles());
902
Daniel Dunbar07494792010-05-22 00:37:20 +0000903 // If the command succeeded, we are done.
Chad Rosierdd60e092013-01-29 20:15:05 +0000904 if (FailingCommands.empty())
905 return 0;
Daniel Dunbar07494792010-05-22 00:37:20 +0000906
Chad Rosierdd60e092013-01-29 20:15:05 +0000907 // Otherwise, remove result files and print extra information about abnormal
908 // failures.
Douglas Katzman6bbffc42015-06-25 18:51:37 +0000909 for (const auto &CmdPair : FailingCommands) {
910 int Res = CmdPair.first;
911 const Command *FailingCommand = CmdPair.second;
Daniel Dunbar38bfda62009-07-01 20:03:04 +0000912
Chad Rosierdd60e092013-01-29 20:15:05 +0000913 // Remove result files if we're not saving temps.
Reid Kleckner68eb60b2015-02-02 22:41:48 +0000914 if (!isSaveTempsEnabled()) {
Chad Rosierdd60e092013-01-29 20:15:05 +0000915 const JobAction *JA = cast<JobAction>(&FailingCommand->getSource());
916 C.CleanupFileMap(C.getResultFiles(), JA, true);
917
918 // Failure result files are valid unless we crashed.
919 if (Res < 0)
920 C.CleanupFileMap(C.getFailureResultFiles(), JA, true);
921 }
922
923 // Print extra information about abnormal failures, if possible.
924 //
925 // This is ad-hoc, but we don't want to be excessively noisy. If the result
Justin Bogner5aaf2e72014-06-26 20:59:36 +0000926 // status was 1, assume the command failed normally. In particular, if it
Chad Rosierdd60e092013-01-29 20:15:05 +0000927 // was the compiler then assume it gave a reasonable error code. Failures
928 // in other tools are less common, and they generally have worse
929 // diagnostics, so always print the diagnostic there.
930 const Tool &FailingTool = FailingCommand->getCreator();
931
932 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) {
933 // FIXME: See FIXME above regarding result code interpretation.
934 if (Res < 0)
935 Diag(clang::diag::err_drv_command_signalled)
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000936 << FailingTool.getShortName();
Chad Rosierdd60e092013-01-29 20:15:05 +0000937 else
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000938 Diag(clang::diag::err_drv_command_failed) << FailingTool.getShortName()
939 << Res;
Chad Rosierdd60e092013-01-29 20:15:05 +0000940 }
Peter Collingbourne119cfaa2011-11-21 00:01:05 +0000941 }
Chad Rosierdd60e092013-01-29 20:15:05 +0000942 return 0;
Daniel Dunbar38bfda62009-07-01 20:03:04 +0000943}
944
Daniel Dunbara7b5e212009-04-15 16:34:29 +0000945void Driver::PrintHelp(bool ShowHidden) const {
Hans Wennborg6ddc6902013-07-27 00:23:45 +0000946 unsigned IncludedFlagsBitmask;
947 unsigned ExcludedFlagsBitmask;
Benjamin Kramer867ea1d2014-03-02 13:01:17 +0000948 std::tie(IncludedFlagsBitmask, ExcludedFlagsBitmask) =
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000949 getIncludeExcludeOptionFlagMasks();
Hans Wennborg6ddc6902013-07-27 00:23:45 +0000950
951 ExcludedFlagsBitmask |= options::NoDriverOption;
952 if (!ShowHidden)
953 ExcludedFlagsBitmask |= HelpHidden;
954
955 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(),
956 IncludedFlagsBitmask, ExcludedFlagsBitmask);
Daniel Dunbar7c925282009-03-31 21:38:17 +0000957}
958
Chris Lattner0e62c1c2011-07-23 10:55:15 +0000959void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +0000960 // FIXME: The following handlers should use a callback mechanism, we don't
961 // know what the client would like to do.
Ted Kremenek4c0df3d2010-01-23 02:11:34 +0000962 OS << getClangFullVersion() << '\n';
Daniel Dunbarb10248802009-03-26 16:09:13 +0000963 const ToolChain &TC = C.getDefaultToolChain();
Daniel Dunbar08e41d62009-07-21 20:06:58 +0000964 OS << "Target: " << TC.getTripleString() << '\n';
Daniel Dunbar10978e42009-06-16 23:32:58 +0000965
966 // Print the threading model.
Jonathan Roelofsb140a102014-10-03 21:57:44 +0000967 if (Arg *A = C.getArgs().getLastArg(options::OPT_mthread_model)) {
968 // Don't print if the ToolChain would have barfed on it already
969 if (TC.isThreadModelSupported(A->getValue()))
970 OS << "Thread model: " << A->getValue();
971 } else
972 OS << "Thread model: " << TC.getThreadModel();
973 OS << '\n';
Chandler Carruth9ade6a92015-08-05 17:07:33 +0000974
975 // Print out the install directory.
976 OS << "InstalledDir: " << InstalledDir << '\n';
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +0000977}
978
Chris Lattner86ed5b02010-05-05 05:53:24 +0000979/// PrintDiagnosticCategories - Implement the --print-diagnostic-categories
980/// option.
Chris Lattner0e62c1c2011-07-23 10:55:15 +0000981static void PrintDiagnosticCategories(raw_ostream &OS) {
Argyrios Kyrtzidis0e37afa2011-05-25 05:05:01 +0000982 // Skip the empty category.
Douglas Katzmana67e50c2015-06-26 15:47:46 +0000983 for (unsigned i = 1, max = DiagnosticIDs::getNumberOfCategories(); i != max;
984 ++i)
Argyrios Kyrtzidis0e37afa2011-05-25 05:05:01 +0000985 OS << i << ',' << DiagnosticIDs::getCategoryNameFromID(i) << '\n';
Chris Lattner86ed5b02010-05-05 05:53:24 +0000986}
987
Daniel Dunbarf0eddb82009-03-18 02:55:38 +0000988bool Driver::HandleImmediateArgs(const Compilation &C) {
Daniel Dunbar18974bd2010-06-11 22:00:19 +0000989 // The order these options are handled in gcc is all over the place, but we
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +0000990 // don't expect inconsistencies w.r.t. that to matter in practice.
Daniel Dunbar7c925282009-03-31 21:38:17 +0000991
Daniel Dunbar1b09e042010-09-17 02:47:28 +0000992 if (C.getArgs().hasArg(options::OPT_dumpmachine)) {
993 llvm::outs() << C.getDefaultToolChain().getTripleString() << '\n';
994 return false;
995 }
996
Daniel Dunbara9bbcfa2009-04-04 05:17:38 +0000997 if (C.getArgs().hasArg(options::OPT_dumpversion)) {
Daniel Dunbare26e5002011-01-12 00:43:47 +0000998 // Since -dumpversion is only implemented for pedantic GCC compatibility, we
999 // return an answer which matches our definition of __VERSION__.
1000 //
1001 // If we want to return a more correct answer some day, then we should
1002 // introduce a non-pedantically GCC compatible mode to Clang in which we
1003 // provide sensible definitions for -dumpversion, __VERSION__, etc.
1004 llvm::outs() << "4.2.1\n";
Daniel Dunbara9bbcfa2009-04-04 05:17:38 +00001005 return false;
1006 }
Daniel Dunbarfb3d7472010-06-14 21:23:12 +00001007
Chris Lattner86ed5b02010-05-05 05:53:24 +00001008 if (C.getArgs().hasArg(options::OPT__print_diagnostic_categories)) {
1009 PrintDiagnosticCategories(llvm::outs());
1010 return false;
1011 }
Daniel Dunbara9bbcfa2009-04-04 05:17:38 +00001012
James Molloya3c85b82012-05-01 14:57:16 +00001013 if (C.getArgs().hasArg(options::OPT_help) ||
Daniel Dunbara7b5e212009-04-15 16:34:29 +00001014 C.getArgs().hasArg(options::OPT__help_hidden)) {
1015 PrintHelp(C.getArgs().hasArg(options::OPT__help_hidden));
Daniel Dunbar7c925282009-03-31 21:38:17 +00001016 return false;
1017 }
1018
Daniel Dunbarb0006ae2009-04-02 15:05:41 +00001019 if (C.getArgs().hasArg(options::OPT__version)) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001020 // Follow gcc behavior and use stdout for --version and stderr for -v.
Daniel Dunbar08e41d62009-07-21 20:06:58 +00001021 PrintVersion(C, llvm::outs());
Daniel Dunbarb0006ae2009-04-02 15:05:41 +00001022 return false;
1023 }
1024
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001025 if (C.getArgs().hasArg(options::OPT_v) ||
Daniel Dunbarf0eddb82009-03-18 02:55:38 +00001026 C.getArgs().hasArg(options::OPT__HASH_HASH_HASH)) {
Daniel Dunbar08e41d62009-07-21 20:06:58 +00001027 PrintVersion(C, llvm::errs());
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +00001028 SuppressMissingInputWarning = true;
1029 }
1030
Daniel Dunbarf0eddb82009-03-18 02:55:38 +00001031 const ToolChain &TC = C.getDefaultToolChain();
Chandler Carruth0ae39aa2013-07-30 17:57:09 +00001032
1033 if (C.getArgs().hasArg(options::OPT_v))
1034 TC.printVerboseInfo(llvm::errs());
1035
Daniel Dunbard972e222009-03-20 04:37:21 +00001036 if (C.getArgs().hasArg(options::OPT_print_search_dirs)) {
1037 llvm::outs() << "programs: =";
Douglas Katzman51fe7bf2015-06-23 22:43:50 +00001038 bool separator = false;
1039 for (const std::string &Path : TC.getProgramPaths()) {
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001040 if (separator)
1041 llvm::outs() << ':';
Douglas Katzman51fe7bf2015-06-23 22:43:50 +00001042 llvm::outs() << Path;
1043 separator = true;
Daniel Dunbard972e222009-03-20 04:37:21 +00001044 }
1045 llvm::outs() << "\n";
Peter Collingbournefa9771f2011-09-06 02:08:31 +00001046 llvm::outs() << "libraries: =" << ResourceDir;
Joerg Sonnenberger9c3e69b2011-07-16 10:50:05 +00001047
Sebastian Pop980920a2012-04-16 04:16:43 +00001048 StringRef sysroot = C.getSysRoot();
Joerg Sonnenberger9c3e69b2011-07-16 10:50:05 +00001049
Douglas Katzman51fe7bf2015-06-23 22:43:50 +00001050 for (const std::string &Path : TC.getFilePaths()) {
1051 // Always print a separator. ResourceDir was the first item shown.
Peter Collingbournefa9771f2011-09-06 02:08:31 +00001052 llvm::outs() << ':';
Douglas Katzman51fe7bf2015-06-23 22:43:50 +00001053 // Interpretation of leading '=' is needed only for NetBSD.
1054 if (Path[0] == '=')
Douglas Katzman26eabf62015-06-24 15:10:30 +00001055 llvm::outs() << sysroot << Path.substr(1);
Joerg Sonnenberger9c3e69b2011-07-16 10:50:05 +00001056 else
Douglas Katzman51fe7bf2015-06-23 22:43:50 +00001057 llvm::outs() << Path;
Daniel Dunbard972e222009-03-20 04:37:21 +00001058 }
1059 llvm::outs() << "\n";
Daniel Dunbar7c925282009-03-31 21:38:17 +00001060 return false;
Daniel Dunbard972e222009-03-20 04:37:21 +00001061 }
1062
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001063 // FIXME: The following handlers should use a callback mechanism, we don't
1064 // know what the client would like to do.
Daniel Dunbarf0eddb82009-03-18 02:55:38 +00001065 if (Arg *A = C.getArgs().getLastArg(options::OPT_print_file_name_EQ)) {
Richard Smithbd55daf2012-11-01 04:30:05 +00001066 llvm::outs() << GetFilePath(A->getValue(), TC) << "\n";
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +00001067 return false;
1068 }
1069
Daniel Dunbarf0eddb82009-03-18 02:55:38 +00001070 if (Arg *A = C.getArgs().getLastArg(options::OPT_print_prog_name_EQ)) {
Richard Smithbd55daf2012-11-01 04:30:05 +00001071 llvm::outs() << GetProgramPath(A->getValue(), TC) << "\n";
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +00001072 return false;
1073 }
1074
Daniel Dunbarf0eddb82009-03-18 02:55:38 +00001075 if (C.getArgs().hasArg(options::OPT_print_libgcc_file_name)) {
Michal Gorny7cfe4802016-10-10 12:23:40 +00001076 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs());
1077 switch (RLT) {
1078 case ToolChain::RLT_CompilerRT:
1079 llvm::outs() << TC.getCompilerRT(C.getArgs(), "builtins") << "\n";
1080 break;
1081 case ToolChain::RLT_Libgcc:
1082 llvm::outs() << GetFilePath("libgcc.a", TC) << "\n";
1083 break;
1084 }
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +00001085 return false;
1086 }
1087
Daniel Dunbar1b3ec3a2009-06-16 23:25:22 +00001088 if (C.getArgs().hasArg(options::OPT_print_multi_lib)) {
Douglas Katzmana34b7bf2015-06-30 19:32:57 +00001089 for (const Multilib &Multilib : TC.getMultilibs())
1090 llvm::outs() << Multilib << "\n";
Daniel Dunbar1b3ec3a2009-06-16 23:25:22 +00001091 return false;
1092 }
1093
Jonathan Roelofs2cea1be2014-02-12 03:21:20 +00001094 if (C.getArgs().hasArg(options::OPT_print_multi_directory)) {
Douglas Katzmana34b7bf2015-06-30 19:32:57 +00001095 for (const Multilib &Multilib : TC.getMultilibs()) {
Douglas Katzman6bbffc42015-06-25 18:51:37 +00001096 if (Multilib.gccSuffix().empty())
Jonathan Roelofs2cea1be2014-02-12 03:21:20 +00001097 llvm::outs() << ".\n";
1098 else {
Douglas Katzman6bbffc42015-06-25 18:51:37 +00001099 StringRef Suffix(Multilib.gccSuffix());
Jonathan Roelofs2cea1be2014-02-12 03:21:20 +00001100 assert(Suffix.front() == '/');
1101 llvm::outs() << Suffix.substr(1) << "\n";
1102 }
Jonathan Roelofs3fa96d82014-02-12 01:36:51 +00001103 }
Jonathan Roelofs0e7ec602014-02-12 01:29:25 +00001104 return false;
1105 }
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +00001106 return true;
1107}
1108
Douglas Katzmanfd528672015-06-11 15:05:22 +00001109// Display an action graph human-readably. Action A is the "sink" node
1110// and latest-occuring action. Traversal is in pre-order, visiting the
1111// inputs to each action before printing the action itself.
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001112static unsigned PrintActions1(const Compilation &C, Action *A,
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001113 std::map<Action *, unsigned> &Ids) {
Douglas Katzmanfd528672015-06-11 15:05:22 +00001114 if (Ids.count(A)) // A was already visited.
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001115 return Ids[A];
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001116
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001117 std::string str;
1118 llvm::raw_string_ostream os(str);
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001119
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001120 os << Action::getClassName(A->getKind()) << ", ";
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001121 if (InputAction *IA = dyn_cast<InputAction>(A)) {
Richard Smithbd55daf2012-11-01 04:30:05 +00001122 os << "\"" << IA->getInputArg().getValue() << "\"";
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001123 } else if (BindArchAction *BIA = dyn_cast<BindArchAction>(A)) {
Douglas Katzmanb7e8ef02015-06-25 19:37:41 +00001124 os << '"' << BIA->getArchName() << '"' << ", {"
Nico Weber5a459f82016-02-23 19:30:43 +00001125 << PrintActions1(C, *BIA->input_begin(), Ids) << "}";
Samuel Antaod06239d2016-07-15 23:13:27 +00001126 } else if (OffloadAction *OA = dyn_cast<OffloadAction>(A)) {
1127 bool IsFirst = true;
1128 OA->doOnEachDependence(
1129 [&](Action *A, const ToolChain *TC, const char *BoundArch) {
1130 // E.g. for two CUDA device dependences whose bound arch is sm_20 and
1131 // sm_35 this will generate:
1132 // "cuda-device" (nvptx64-nvidia-cuda:sm_20) {#ID}, "cuda-device"
1133 // (nvptx64-nvidia-cuda:sm_35) {#ID}
1134 if (!IsFirst)
1135 os << ", ";
1136 os << '"';
1137 if (TC)
1138 os << A->getOffloadingKindPrefix();
1139 else
1140 os << "host";
1141 os << " (";
1142 os << TC->getTriple().normalize();
1143
1144 if (BoundArch)
1145 os << ":" << BoundArch;
1146 os << ")";
1147 os << '"';
1148 os << " {" << PrintActions1(C, A, Ids) << "}";
1149 IsFirst = false;
1150 });
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001151 } else {
Samuel Antaod06239d2016-07-15 23:13:27 +00001152 const ActionList *AL = &A->getInputs();
Artem Belevich0ff05cd2015-07-13 23:27:56 +00001153
Artem Belevich23256752015-09-22 17:23:09 +00001154 if (AL->size()) {
1155 const char *Prefix = "{";
1156 for (Action *PreRequisite : *AL) {
1157 os << Prefix << PrintActions1(C, PreRequisite, Ids);
1158 Prefix = ", ";
1159 }
1160 os << "}";
1161 } else
1162 os << "{}";
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001163 }
1164
Samuel Antaod06239d2016-07-15 23:13:27 +00001165 // Append offload info for all options other than the offloading action
1166 // itself (e.g. (cuda-device, sm_20) or (cuda-host)).
1167 std::string offload_str;
1168 llvm::raw_string_ostream offload_os(offload_str);
1169 if (!isa<OffloadAction>(A)) {
1170 auto S = A->getOffloadingKindPrefix();
1171 if (!S.empty()) {
1172 offload_os << ", (" << S;
1173 if (A->getOffloadingArch())
1174 offload_os << ", " << A->getOffloadingArch();
1175 offload_os << ")";
1176 }
1177 }
1178
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001179 unsigned Id = Ids.size();
1180 Ids[A] = Id;
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001181 llvm::errs() << Id << ": " << os.str() << ", "
Samuel Antaod06239d2016-07-15 23:13:27 +00001182 << types::getTypeName(A->getType()) << offload_os.str() << "\n";
Daniel Dunbaraaf1ea62009-03-13 12:19:02 +00001183
1184 return Id;
1185}
1186
Douglas Katzmanfd528672015-06-11 15:05:22 +00001187// Print the action graphs in a compilation C.
1188// For example "clang -c file1.c file2.c" is composed of two subgraphs.
Daniel Dunbareb843be2009-03-18 03:13:20 +00001189void Driver::PrintActions(const Compilation &C) const {
Douglas Katzmanb7e8ef02015-06-25 19:37:41 +00001190 std::map<Action *, unsigned> Ids;
1191 for (Action *A : C.getActions())
1192 PrintActions1(C, A, Ids);
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001193}
1194
Joerg Sonnenberger5fe4a7d2011-05-06 14:05:11 +00001195/// \brief Check whether the given input tree contains any compilation or
1196/// assembly actions.
1197static bool ContainsCompileOrAssembleAction(const Action *A) {
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001198 if (isa<CompileJobAction>(A) || isa<BackendJobAction>(A) ||
Bob Wilson23a55f12014-12-21 07:00:00 +00001199 isa<AssembleJobAction>(A))
Daniel Dunbar00d3d8e2010-06-29 16:38:33 +00001200 return true;
1201
Nico Weber5a459f82016-02-23 19:30:43 +00001202 for (const Action *Input : A->inputs())
Nico Weberfb80f962015-09-19 21:36:51 +00001203 if (ContainsCompileOrAssembleAction(Input))
Daniel Dunbar00d3d8e2010-06-29 16:38:33 +00001204 return true;
1205
1206 return false;
1207}
1208
Artem Belevich5e2a3ec2015-11-17 22:28:40 +00001209void Driver::BuildUniversalActions(Compilation &C, const ToolChain &TC,
1210 const InputList &BAInputs) const {
1211 DerivedArgList &Args = C.getArgs();
1212 ActionList &Actions = C.getActions();
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001213 llvm::PrettyStackTraceString CrashInfo("Building universal build actions");
1214 // Collect the list of architectures. Duplicates are allowed, but should only
1215 // be handled once (in the order seen).
Daniel Dunbare5dc4822009-03-13 20:33:35 +00001216 llvm::StringSet<> ArchNames;
Chris Lattner0e62c1c2011-07-23 10:55:15 +00001217 SmallVector<const char *, 4> Archs;
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +00001218 for (Arg *A : Args) {
Daniel Dunbar0bfb21e2009-11-19 03:26:40 +00001219 if (A->getOption().matches(options::OPT_arch)) {
Daniel Dunbar9c3f7c42009-09-08 23:37:30 +00001220 // Validate the option here; we don't save the type here because its
1221 // particular spelling may participate in other driver choices.
1222 llvm::Triple::ArchType Arch =
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001223 tools::darwin::getArchTypeForMachOArchName(A->getValue());
Daniel Dunbar9c3f7c42009-09-08 23:37:30 +00001224 if (Arch == llvm::Triple::UnknownArch) {
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001225 Diag(clang::diag::err_drv_invalid_arch_name) << A->getAsString(Args);
Daniel Dunbar9c3f7c42009-09-08 23:37:30 +00001226 continue;
1227 }
1228
Daniel Dunbar2da02722009-03-19 07:55:12 +00001229 A->claim();
David Blaikie61b86d42014-11-19 02:56:13 +00001230 if (ArchNames.insert(A->getValue()).second)
Richard Smithbd55daf2012-11-01 04:30:05 +00001231 Archs.push_back(A->getValue());
Daniel Dunbarf479c122009-03-12 18:40:18 +00001232 }
1233 }
1234
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001235 // When there is no explicit arch for this platform, make sure we still bind
1236 // the architecture (to the default) so that -Xarch_ is handled correctly.
Daniel Dunbareb843be2009-03-18 03:13:20 +00001237 if (!Archs.size())
Daniel Dunbarc3bd9f52012-11-08 03:38:26 +00001238 Archs.push_back(Args.MakeArgString(TC.getDefaultUniversalArchName()));
Daniel Dunbarf479c122009-03-12 18:40:18 +00001239
Daniel Dunbarf479c122009-03-12 18:40:18 +00001240 ActionList SingleActions;
Justin Lebar0f3474c2016-02-11 02:00:50 +00001241 BuildActions(C, Args, BAInputs, SingleActions);
Daniel Dunbarf479c122009-03-12 18:40:18 +00001242
Daniel Dunbar6beaf512010-06-04 18:28:41 +00001243 // Add in arch bindings for every top level action, as well as lipo and
1244 // dsymutil steps if needed.
Nico Weberfb80f962015-09-19 21:36:51 +00001245 for (Action* Act : SingleActions) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001246 // Make sure we can lipo this kind of output. If not (and it is an actual
1247 // output) then we disallow, since we can't create an output file with the
1248 // right name without overwriting it. We could remove this oddity by just
1249 // changing the output names to include the arch, which would also fix
Daniel Dunbarf479c122009-03-12 18:40:18 +00001250 // -save-temps. Compatibility wins for now.
1251
Daniel Dunbare2ca3bd2009-03-13 17:46:02 +00001252 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
Daniel Dunbarf479c122009-03-12 18:40:18 +00001253 Diag(clang::diag::err_drv_invalid_output_with_multiple_archs)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001254 << types::getTypeName(Act->getType());
Daniel Dunbarf479c122009-03-12 18:40:18 +00001255
1256 ActionList Inputs;
Justin Lebar41094612016-01-11 23:07:27 +00001257 for (unsigned i = 0, e = Archs.size(); i != e; ++i)
1258 Inputs.push_back(C.MakeAction<BindArchAction>(Act, Archs[i]));
Daniel Dunbarf479c122009-03-12 18:40:18 +00001259
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001260 // Lipo if necessary, we do it this way because we need to set the arch flag
1261 // so that -Xarch_ gets overwritten.
Daniel Dunbarf479c122009-03-12 18:40:18 +00001262 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
1263 Actions.append(Inputs.begin(), Inputs.end());
1264 else
Justin Lebar41094612016-01-11 23:07:27 +00001265 Actions.push_back(C.MakeAction<LipoJobAction>(Inputs, Act->getType()));
Daniel Dunbar6beaf512010-06-04 18:28:41 +00001266
Eric Christopher65c05fa2012-02-06 19:43:51 +00001267 // Handle debug info queries.
1268 Arg *A = Args.getLastArg(options::OPT_g_Group);
David Blaikie6f9f4eb2012-04-15 21:22:10 +00001269 if (A && !A->getOption().matches(options::OPT_g0) &&
1270 !A->getOption().matches(options::OPT_gstabs) &&
1271 ContainsCompileOrAssembleAction(Actions.back())) {
Chad Rosier62135492012-07-09 17:31:28 +00001272
David Blaikie6f9f4eb2012-04-15 21:22:10 +00001273 // Add a 'dsymutil' step if necessary, when debug info is enabled and we
1274 // have a compile input. We need to run 'dsymutil' ourselves in such cases
Eric Christopher776c26f2013-01-28 17:39:03 +00001275 // because the debug info will refer to a temporary object file which
David Blaikie6f9f4eb2012-04-15 21:22:10 +00001276 // will be removed at the end of the compilation process.
1277 if (Act->getType() == types::TY_Image) {
1278 ActionList Inputs;
1279 Inputs.push_back(Actions.back());
1280 Actions.pop_back();
Justin Lebar41094612016-01-11 23:07:27 +00001281 Actions.push_back(
1282 C.MakeAction<DsymutilJobAction>(Inputs, types::TY_dSYM));
Daniel Dunbar6beaf512010-06-04 18:28:41 +00001283 }
David Blaikie6f9f4eb2012-04-15 21:22:10 +00001284
Ben Langmuir9b9a8d32014-02-06 18:53:25 +00001285 // Verify the debug info output.
Alp Tokere9d2bfc2014-01-17 02:06:23 +00001286 if (Args.hasArg(options::OPT_verify_debug_info)) {
Justin Lebar41094612016-01-11 23:07:27 +00001287 Action* LastAction = Actions.back();
David Blaikie6f9f4eb2012-04-15 21:22:10 +00001288 Actions.pop_back();
Justin Lebar41094612016-01-11 23:07:27 +00001289 Actions.push_back(C.MakeAction<VerifyDebugInfoJobAction>(
1290 LastAction, types::TY_Nothing));
David Blaikie6f9f4eb2012-04-15 21:22:10 +00001291 }
1292 }
Daniel Dunbarf479c122009-03-12 18:40:18 +00001293 }
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001294}
1295
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001296/// \brief Check that the file referenced by Value exists. If it doesn't,
1297/// issue a diagnostic and return false.
Alp Toker8c8a8752013-12-03 06:53:35 +00001298static bool DiagnoseInputExistence(const Driver &D, const DerivedArgList &Args,
Hans Wennborg12f4f8b2016-04-15 01:12:32 +00001299 StringRef Value, types::ID Ty) {
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001300 if (!D.getCheckInputsExist())
1301 return true;
1302
1303 // stdin always exists.
1304 if (Value == "-")
1305 return true;
1306
1307 SmallString<64> Path(Value);
1308 if (Arg *WorkDir = Args.getLastArg(options::OPT_working_directory)) {
Yaron Keren92e1b622015-03-18 10:17:07 +00001309 if (!llvm::sys::path::is_absolute(Path)) {
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001310 SmallString<64> Directory(WorkDir->getValue());
1311 llvm::sys::path::append(Directory, Value);
1312 Path.assign(Directory);
1313 }
1314 }
1315
1316 if (llvm::sys::fs::exists(Twine(Path)))
1317 return true;
1318
Hans Wennborg12f4f8b2016-04-15 01:12:32 +00001319 if (D.IsCLMode()) {
1320 if (!llvm::sys::path::is_absolute(Twine(Path)) &&
1321 llvm::sys::Process::FindInEnvPath("LIB", Value))
1322 return true;
1323
1324 if (Args.hasArg(options::OPT__SLASH_link) && Ty == types::TY_Object) {
1325 // Arguments to the /link flag might cause the linker to search for object
1326 // and library files in paths we don't know about. Don't error in such
1327 // cases.
1328 return true;
1329 }
1330 }
Hans Wennborg23d26a32014-06-18 17:21:50 +00001331
Yaron Keren92e1b622015-03-18 10:17:07 +00001332 D.Diag(clang::diag::err_drv_no_such_file) << Path;
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001333 return false;
1334}
1335
Chad Rosierecdede82011-08-12 22:08:57 +00001336// Construct a the list of inputs and their types.
Hans Wennborg55362852014-05-02 22:55:30 +00001337void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args,
Chad Rosierecdede82011-08-12 22:08:57 +00001338 InputList &Inputs) const {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001339 // Track the current user specified (-x) input. We also explicitly track the
1340 // argument used to set the type; we only want to claim the type when we
1341 // actually use it, so we warn about unused -x arguments.
Daniel Dunbarc5a5ac52009-03-13 17:57:10 +00001342 types::ID InputType = types::TY_Nothing;
Craig Topper92fc2df2014-05-17 16:56:41 +00001343 Arg *InputTypeArg = nullptr;
Daniel Dunbarc5a5ac52009-03-13 17:57:10 +00001344
Hans Wennborg0d0b19c2013-08-12 18:34:17 +00001345 // The last /TC or /TP option sets the input type to C or C++ globally.
Ehsan Akhgaric249abb2014-09-12 21:44:24 +00001346 if (Arg *TCTP = Args.getLastArgNoClaim(options::OPT__SLASH_TC,
1347 options::OPT__SLASH_TP)) {
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001348 InputTypeArg = TCTP;
Hans Wennborg0d0b19c2013-08-12 18:34:17 +00001349 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001350 ? types::TY_C
1351 : types::TY_CXX;
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001352
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001353 arg_iterator it =
1354 Args.filtered_begin(options::OPT__SLASH_TC, options::OPT__SLASH_TP);
Hans Wennborg0d0b19c2013-08-12 18:34:17 +00001355 const arg_iterator ie = Args.filtered_end();
1356 Arg *Previous = *it++;
1357 bool ShowNote = false;
1358 while (it != ie) {
Hans Wennborgd9ad0682013-09-11 16:38:41 +00001359 Diag(clang::diag::warn_drv_overriding_flag_option)
1360 << Previous->getSpelling() << (*it)->getSpelling();
Hans Wennborg0d0b19c2013-08-12 18:34:17 +00001361 Previous = *it++;
1362 ShowNote = true;
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001363 }
Hans Wennborg0d0b19c2013-08-12 18:34:17 +00001364 if (ShowNote)
1365 Diag(clang::diag::note_drv_t_option_is_global);
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001366
1367 // No driver mode exposes -x and /TC or /TP; we don't support mixing them.
1368 assert(!Args.hasArg(options::OPT_x) && "-x and /TC or /TP is not allowed");
1369 }
1370
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +00001371 for (Arg *A : Args) {
Michael J. Spencerad3ccc32012-08-20 21:41:17 +00001372 if (A->getOption().getKind() == Option::InputClass) {
Richard Smithbd55daf2012-11-01 04:30:05 +00001373 const char *Value = A->getValue();
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001374 types::ID Ty = types::TY_INVALID;
1375
1376 // Infer the input type if necessary.
Daniel Dunbarc5a5ac52009-03-13 17:57:10 +00001377 if (InputType == types::TY_Nothing) {
1378 // If there was an explicit arg for this, claim it.
1379 if (InputTypeArg)
1380 InputTypeArg->claim();
1381
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001382 // stdin must be handled specially.
1383 if (memcmp(Value, "-", 2) == 0) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001384 // If running with -E, treat as a C input (this changes the builtin
1385 // macros, for example). This may be overridden by -ObjC below.
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001386 //
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001387 // Otherwise emit an error but still use a valid type to avoid
1388 // spurious errors (e.g., no inputs).
Hans Wennborg70850d82013-07-18 20:29:38 +00001389 if (!Args.hasArgNoClaim(options::OPT_E) && !CCCIsCPP())
Hans Wennborgcfdd8b52014-01-29 01:04:40 +00001390 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl
1391 : clang::diag::err_drv_unknown_stdin_type);
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001392 Ty = types::TY_C;
1393 } else {
Joerg Sonnenbergerbdbdf702011-03-16 22:45:02 +00001394 // Otherwise lookup by extension.
1395 // Fallback is C if invoked as C preprocessor or Object otherwise.
1396 // We use a host hook here because Darwin at least has its own
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001397 // idea of what .s is.
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001398 if (const char *Ext = strrchr(Value, '.'))
Daniel Dunbarcc7df6c2010-08-02 05:43:56 +00001399 Ty = TC.LookupTypeForExtension(Ext + 1);
Daniel Dunbarea9f0322009-03-20 23:39:23 +00001400
Joerg Sonnenbergerbdbdf702011-03-16 22:45:02 +00001401 if (Ty == types::TY_INVALID) {
Hans Wennborg70850d82013-07-18 20:29:38 +00001402 if (CCCIsCPP())
Joerg Sonnenbergerbdbdf702011-03-16 22:45:02 +00001403 Ty = types::TY_C;
1404 else
1405 Ty = types::TY_Object;
1406 }
Daniel Dunbar0ac94452010-02-17 20:32:58 +00001407
1408 // If the driver is invoked as C++ compiler (like clang++ or c++) it
1409 // should autodetect some input files as C++ for g++ compatibility.
Hans Wennborg70850d82013-07-18 20:29:38 +00001410 if (CCCIsCXX()) {
Daniel Dunbar0ac94452010-02-17 20:32:58 +00001411 types::ID OldTy = Ty;
1412 Ty = types::lookupCXXTypeForCType(Ty);
1413
1414 if (Ty != OldTy)
1415 Diag(clang::diag::warn_drv_treating_input_as_cxx)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00001416 << getTypeName(OldTy) << getTypeName(Ty);
Daniel Dunbar0ac94452010-02-17 20:32:58 +00001417 }
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001418 }
1419
Daniel Dunbar82b22102009-05-18 21:47:54 +00001420 // -ObjC and -ObjC++ override the default language, but only for "source
1421 // files". We just treat everything that isn't a linker input as a
1422 // source file.
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001423 //
Daniel Dunbar82b22102009-05-18 21:47:54 +00001424 // FIXME: Clean this up if we move the phase sequence into the type.
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001425 if (Ty != types::TY_Object) {
1426 if (Args.hasArg(options::OPT_ObjC))
1427 Ty = types::TY_ObjC;
1428 else if (Args.hasArg(options::OPT_ObjCXX))
1429 Ty = types::TY_ObjCXX;
1430 }
1431 } else {
1432 assert(InputTypeArg && "InputType set w/o InputTypeArg");
Ehsan Akhgari7e954ea2014-09-12 18:15:10 +00001433 if (!InputTypeArg->getOption().matches(options::OPT_x)) {
1434 // If emulating cl.exe, make sure that /TC and /TP don't affect input
1435 // object files.
1436 const char *Ext = strrchr(Value, '.');
1437 if (Ext && TC.LookupTypeForExtension(Ext + 1) == types::TY_Object)
1438 Ty = types::TY_Object;
1439 }
1440 if (Ty == types::TY_INVALID) {
1441 Ty = InputType;
1442 InputTypeArg->claim();
1443 }
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001444 }
1445
Hans Wennborg12f4f8b2016-04-15 01:12:32 +00001446 if (DiagnoseInputExistence(*this, Args, Value, Ty))
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001447 Inputs.push_back(std::make_pair(Ty, A));
1448
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001449 } else if (A->getOption().matches(options::OPT__SLASH_Tc)) {
1450 StringRef Value = A->getValue();
Hans Wennborg12f4f8b2016-04-15 01:12:32 +00001451 if (DiagnoseInputExistence(*this, Args, Value, types::TY_C)) {
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001452 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue());
1453 Inputs.push_back(std::make_pair(types::TY_C, InputArg));
1454 }
1455 A->claim();
1456 } else if (A->getOption().matches(options::OPT__SLASH_Tp)) {
1457 StringRef Value = A->getValue();
Hans Wennborg12f4f8b2016-04-15 01:12:32 +00001458 if (DiagnoseInputExistence(*this, Args, Value, types::TY_CXX)) {
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001459 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue());
1460 Inputs.push_back(std::make_pair(types::TY_CXX, InputArg));
1461 }
1462 A->claim();
Michael J. Spencer66e2b202012-10-19 22:37:06 +00001463 } else if (A->getOption().hasFlag(options::LinkerInput)) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001464 // Just treat as object type, we could make a special type for this if
1465 // necessary.
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001466 Inputs.push_back(std::make_pair(types::TY_Object, A));
1467
Daniel Dunbar0bfb21e2009-11-19 03:26:40 +00001468 } else if (A->getOption().matches(options::OPT_x)) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001469 InputTypeArg = A;
Richard Smithbd55daf2012-11-01 04:30:05 +00001470 InputType = types::lookupTypeForTypeSpecifier(A->getValue());
Chad Rosier706c2352012-04-07 00:01:31 +00001471 A->claim();
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001472
1473 // Follow gcc behavior and treat as linker input for invalid -x
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00001474 // options. Its not clear why we shouldn't just revert to unknown; but
Michael J. Spencer1a4fe8c2010-12-17 21:22:33 +00001475 // this isn't very important, we might as well be bug compatible.
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001476 if (!InputType) {
Richard Smithbd55daf2012-11-01 04:30:05 +00001477 Diag(clang::diag::err_drv_unknown_language) << A->getValue();
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00001478 InputType = types::TY_Object;
1479 }
1480 }
1481 }
Hans Wennborg70850d82013-07-18 20:29:38 +00001482 if (CCCIsCPP() && Inputs.empty()) {
Joerg Sonnenbergerb86f5f42011-03-06 23:31:01 +00001483 // If called as standalone preprocessor, stdin is processed
1484 // if no other input is present.
Hans Wennborg6ee64d52013-08-06 00:20:31 +00001485 Arg *A = MakeInputArg(Args, Opts, "-");
Joerg Sonnenbergerb86f5f42011-03-06 23:31:01 +00001486 Inputs.push_back(std::make_pair(types::TY_C, A));
1487 }
Chad Rosierecdede82011-08-12 22:08:57 +00001488}
1489
Samuel Antao64e965e2016-09-30 15:34:19 +00001490namespace {
1491/// Provides a convenient interface for different programming models to generate
1492/// the required device actions.
1493class OffloadingActionBuilder final {
1494 /// Flag used to trace errors in the builder.
1495 bool IsValid = false;
1496
1497 /// The compilation that is using this builder.
1498 Compilation &C;
1499
Samuel Antao64e965e2016-09-30 15:34:19 +00001500 /// Map between an input argument and the offload kinds used to process it.
1501 std::map<const Arg *, unsigned> InputArgToOffloadKindMap;
1502
1503 /// Builder interface. It doesn't build anything or keep any state.
1504 class DeviceActionBuilder {
1505 public:
1506 typedef llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PhasesTy;
1507
1508 enum ActionBuilderReturnCode {
1509 // The builder acted successfully on the current action.
1510 ABRT_Success,
1511 // The builder didn't have to act on the current action.
1512 ABRT_Inactive,
1513 // The builder was successful and requested the host action to not be
1514 // generated.
1515 ABRT_Ignore_Host,
1516 };
1517
1518 protected:
1519 /// Compilation associated with this builder.
1520 Compilation &C;
1521
1522 /// Tool chains associated with this builder. The same programming
1523 /// model may have associated one or more tool chains.
1524 SmallVector<const ToolChain *, 2> ToolChains;
1525
1526 /// The derived arguments associated with this builder.
1527 DerivedArgList &Args;
1528
1529 /// The inputs associated with this builder.
1530 const Driver::InputList &Inputs;
1531
1532 /// The associated offload kind.
1533 Action::OffloadKind AssociatedOffloadKind = Action::OFK_None;
1534
1535 public:
1536 DeviceActionBuilder(Compilation &C, DerivedArgList &Args,
1537 const Driver::InputList &Inputs,
1538 Action::OffloadKind AssociatedOffloadKind)
1539 : C(C), Args(Args), Inputs(Inputs),
1540 AssociatedOffloadKind(AssociatedOffloadKind) {}
1541 virtual ~DeviceActionBuilder() {}
1542
1543 /// Fill up the array \a DA with all the device dependences that should be
1544 /// added to the provided host action \a HostAction. By default it is
1545 /// inactive.
1546 virtual ActionBuilderReturnCode
Samuel Antao28c4f182016-10-27 17:08:03 +00001547 getDeviceDependences(OffloadAction::DeviceDependences &DA,
1548 phases::ID CurPhase, phases::ID FinalPhase,
1549 PhasesTy &Phases) {
Samuel Antao64e965e2016-09-30 15:34:19 +00001550 return ABRT_Inactive;
1551 }
1552
1553 /// Update the state to include the provided host action \a HostAction as a
1554 /// dependency of the current device action. By default it is inactive.
1555 virtual ActionBuilderReturnCode addDeviceDepences(Action *HostAction) {
1556 return ABRT_Inactive;
1557 }
1558
1559 /// Append top level actions generated by the builder. Return true if errors
1560 /// were found.
1561 virtual void appendTopLevelActions(ActionList &AL) {}
1562
1563 /// Append linker actions generated by the builder. Return true if errors
1564 /// were found.
1565 virtual void appendLinkDependences(OffloadAction::DeviceDependences &DA) {}
1566
1567 /// Initialize the builder. Return true if any initialization errors are
1568 /// found.
1569 virtual bool initialize() { return false; }
1570
Samuel Antao69d6f312016-10-27 17:50:43 +00001571 /// Return true if the builder can use bundling/unbundling.
1572 virtual bool canUseBundlerUnbundler() const { return false; }
1573
Samuel Antao64e965e2016-09-30 15:34:19 +00001574 /// Return true if this builder is valid. We have a valid builder if we have
1575 /// associated device tool chains.
1576 bool isValid() { return !ToolChains.empty(); }
1577
1578 /// Return the associated offload kind.
1579 Action::OffloadKind getAssociatedOffloadKind() {
1580 return AssociatedOffloadKind;
1581 }
1582 };
1583
1584 /// \brief CUDA action builder. It injects device code in the host backend
1585 /// action.
1586 class CudaActionBuilder final : public DeviceActionBuilder {
1587 /// Flags to signal if the user requested host-only or device-only
1588 /// compilation.
1589 bool CompileHostOnly = false;
1590 bool CompileDeviceOnly = false;
1591
1592 /// List of GPU architectures to use in this compilation.
1593 SmallVector<CudaArch, 4> GpuArchList;
1594
1595 /// The CUDA actions for the current input.
1596 ActionList CudaDeviceActions;
1597
1598 /// The CUDA fat binary if it was generated for the current input.
1599 Action *CudaFatBinary = nullptr;
1600
1601 /// Flag that is set to true if this builder acted on the current input.
1602 bool IsActive = false;
1603
1604 public:
1605 CudaActionBuilder(Compilation &C, DerivedArgList &Args,
1606 const Driver::InputList &Inputs)
1607 : DeviceActionBuilder(C, Args, Inputs, Action::OFK_Cuda) {}
1608
1609 ActionBuilderReturnCode
Samuel Antao28c4f182016-10-27 17:08:03 +00001610 getDeviceDependences(OffloadAction::DeviceDependences &DA,
1611 phases::ID CurPhase, phases::ID FinalPhase,
1612 PhasesTy &Phases) override {
Samuel Antao64e965e2016-09-30 15:34:19 +00001613 if (!IsActive)
1614 return ABRT_Inactive;
1615
1616 // If we don't have more CUDA actions, we don't have any dependences to
1617 // create for the host.
1618 if (CudaDeviceActions.empty())
1619 return ABRT_Success;
1620
1621 assert(CudaDeviceActions.size() == GpuArchList.size() &&
1622 "Expecting one action per GPU architecture.");
1623 assert(!CompileHostOnly &&
1624 "Not expecting CUDA actions in host-only compilation.");
1625
1626 // If we are generating code for the device or we are in a backend phase,
1627 // we attempt to generate the fat binary. We compile each arch to ptx and
1628 // assemble to cubin, then feed the cubin *and* the ptx into a device
1629 // "link" action, which uses fatbinary to combine these cubins into one
1630 // fatbin. The fatbin is then an input to the host action if not in
1631 // device-only mode.
1632 if (CompileDeviceOnly || CurPhase == phases::Backend) {
1633 ActionList DeviceActions;
1634 for (unsigned I = 0, E = GpuArchList.size(); I != E; ++I) {
1635 // Produce the device action from the current phase up to the assemble
1636 // phase.
1637 for (auto Ph : Phases) {
1638 // Skip the phases that were already dealt with.
1639 if (Ph < CurPhase)
1640 continue;
1641 // We have to be consistent with the host final phase.
1642 if (Ph > FinalPhase)
1643 break;
1644
1645 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction(
1646 C, Args, Ph, CudaDeviceActions[I]);
1647
1648 if (Ph == phases::Assemble)
1649 break;
1650 }
1651
1652 // If we didn't reach the assemble phase, we can't generate the fat
1653 // binary. We don't need to generate the fat binary if we are not in
1654 // device-only mode.
1655 if (!isa<AssembleJobAction>(CudaDeviceActions[I]) ||
1656 CompileDeviceOnly)
1657 continue;
1658
1659 Action *AssembleAction = CudaDeviceActions[I];
1660 assert(AssembleAction->getType() == types::TY_Object);
1661 assert(AssembleAction->getInputs().size() == 1);
1662
1663 Action *BackendAction = AssembleAction->getInputs()[0];
1664 assert(BackendAction->getType() == types::TY_PP_Asm);
1665
1666 for (auto &A : {AssembleAction, BackendAction}) {
1667 OffloadAction::DeviceDependences DDep;
1668 DDep.add(*A, *ToolChains.front(), CudaArchToString(GpuArchList[I]),
1669 Action::OFK_Cuda);
1670 DeviceActions.push_back(
1671 C.MakeAction<OffloadAction>(DDep, A->getType()));
1672 }
1673 }
1674
1675 // We generate the fat binary if we have device input actions.
1676 if (!DeviceActions.empty()) {
1677 CudaFatBinary =
1678 C.MakeAction<LinkJobAction>(DeviceActions, types::TY_CUDA_FATBIN);
1679
1680 if (!CompileDeviceOnly) {
1681 DA.add(*CudaFatBinary, *ToolChains.front(), /*BoundArch=*/nullptr,
1682 Action::OFK_Cuda);
1683 // Clear the fat binary, it is already a dependence to an host
1684 // action.
1685 CudaFatBinary = nullptr;
1686 }
1687
1688 // Remove the CUDA actions as they are already connected to an host
1689 // action or fat binary.
1690 CudaDeviceActions.clear();
1691 }
1692
1693 // We avoid creating host action in device-only mode.
1694 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success;
Samuel Antao5b1a89a2016-10-27 00:53:34 +00001695 } else if (CurPhase > phases::Backend) {
1696 // If we are past the backend phase and still have a device action, we
1697 // don't have to do anything as this action is already a device
1698 // top-level action.
1699 return ABRT_Success;
Samuel Antao64e965e2016-09-30 15:34:19 +00001700 }
1701
1702 assert(CurPhase < phases::Backend && "Generating single CUDA "
1703 "instructions should only occur "
1704 "before the backend phase!");
1705
1706 // By default, we produce an action for each device arch.
1707 for (Action *&A : CudaDeviceActions)
1708 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A);
1709
1710 return ABRT_Success;
1711 }
1712
1713 ActionBuilderReturnCode addDeviceDepences(Action *HostAction) override {
1714 // While generating code for CUDA, we only depend on the host input action
1715 // to trigger the creation of all the CUDA device actions.
1716
1717 // If we are dealing with an input action, replicate it for each GPU
1718 // architecture. If we are in host-only mode we return 'success' so that
1719 // the host uses the CUDA offload kind.
1720 if (auto *IA = dyn_cast<InputAction>(HostAction)) {
1721 assert(!GpuArchList.empty() &&
1722 "We should have at least one GPU architecture.");
1723
1724 // If the host input is not CUDA, we don't need to bother about this
1725 // input.
1726 if (IA->getType() != types::TY_CUDA) {
1727 // The builder will ignore this input.
1728 IsActive = false;
1729 return ABRT_Inactive;
1730 }
1731
1732 // Set the flag to true, so that the builder acts on the current input.
1733 IsActive = true;
1734
1735 if (CompileHostOnly)
1736 return ABRT_Success;
1737
1738 // Replicate inputs for each GPU architecture.
1739 for (unsigned I = 0, E = GpuArchList.size(); I != E; ++I)
1740 CudaDeviceActions.push_back(C.MakeAction<InputAction>(
1741 IA->getInputArg(), types::TY_CUDA_DEVICE));
1742
1743 return ABRT_Success;
1744 }
1745
1746 return IsActive ? ABRT_Success : ABRT_Inactive;
1747 }
1748
1749 void appendTopLevelActions(ActionList &AL) override {
1750 // Utility to append actions to the top level list.
1751 auto AddTopLevel = [&](Action *A, CudaArch BoundArch) {
1752 OffloadAction::DeviceDependences Dep;
1753 Dep.add(*A, *ToolChains.front(), CudaArchToString(BoundArch),
1754 Action::OFK_Cuda);
1755 AL.push_back(C.MakeAction<OffloadAction>(Dep, A->getType()));
1756 };
1757
1758 // If we have a fat binary, add it to the list.
1759 if (CudaFatBinary) {
1760 AddTopLevel(CudaFatBinary, CudaArch::UNKNOWN);
1761 CudaDeviceActions.clear();
1762 CudaFatBinary = nullptr;
1763 return;
1764 }
1765
1766 if (CudaDeviceActions.empty())
1767 return;
1768
1769 // If we have CUDA actions at this point, that's because we have a have
1770 // partial compilation, so we should have an action for each GPU
1771 // architecture.
1772 assert(CudaDeviceActions.size() == GpuArchList.size() &&
1773 "Expecting one action per GPU architecture.");
1774 assert(ToolChains.size() == 1 &&
1775 "Expecting to have a sing CUDA toolchain.");
1776 for (unsigned I = 0, E = GpuArchList.size(); I != E; ++I)
1777 AddTopLevel(CudaDeviceActions[I], GpuArchList[I]);
1778
1779 CudaDeviceActions.clear();
1780 }
1781
1782 bool initialize() override {
1783 // We don't need to support CUDA.
1784 if (!C.hasOffloadToolChain<Action::OFK_Cuda>())
1785 return false;
1786
1787 const ToolChain *HostTC = C.getSingleOffloadToolChain<Action::OFK_Host>();
1788 assert(HostTC && "No toolchain for host compilation.");
1789 if (HostTC->getTriple().isNVPTX()) {
1790 // We do not support targeting NVPTX for host compilation. Throw
1791 // an error and abort pipeline construction early so we don't trip
1792 // asserts that assume device-side compilation.
1793 C.getDriver().Diag(diag::err_drv_cuda_nvptx_host);
1794 return true;
1795 }
1796
1797 ToolChains.push_back(C.getSingleOffloadToolChain<Action::OFK_Cuda>());
1798
1799 Arg *PartialCompilationArg = Args.getLastArg(
1800 options::OPT_cuda_host_only, options::OPT_cuda_device_only,
1801 options::OPT_cuda_compile_host_device);
1802 CompileHostOnly = PartialCompilationArg &&
1803 PartialCompilationArg->getOption().matches(
1804 options::OPT_cuda_host_only);
1805 CompileDeviceOnly = PartialCompilationArg &&
1806 PartialCompilationArg->getOption().matches(
1807 options::OPT_cuda_device_only);
1808
1809 // Collect all cuda_gpu_arch parameters, removing duplicates.
1810 llvm::SmallSet<CudaArch, 4> GpuArchs;
1811 bool Error = false;
1812 for (Arg *A : Args) {
1813 if (!A->getOption().matches(options::OPT_cuda_gpu_arch_EQ))
1814 continue;
1815 A->claim();
1816
1817 const auto &ArchStr = A->getValue();
1818 CudaArch Arch = StringToCudaArch(ArchStr);
1819 if (Arch == CudaArch::UNKNOWN) {
1820 C.getDriver().Diag(clang::diag::err_drv_cuda_bad_gpu_arch) << ArchStr;
1821 Error = true;
1822 } else if (GpuArchs.insert(Arch).second)
1823 GpuArchList.push_back(Arch);
1824 }
1825
1826 // Default to sm_20 which is the lowest common denominator for supported
1827 // GPUs.
1828 // sm_20 code should work correctly, if suboptimally, on all newer GPUs.
1829 if (GpuArchList.empty())
1830 GpuArchList.push_back(CudaArch::SM_20);
1831
1832 return Error;
1833 }
1834 };
1835
Samuel Antao28c4f182016-10-27 17:08:03 +00001836 /// OpenMP action builder. The host bitcode is passed to the device frontend
1837 /// and all the device linked images are passed to the host link phase.
1838 class OpenMPActionBuilder final : public DeviceActionBuilder {
1839 /// The OpenMP actions for the current input.
1840 ActionList OpenMPDeviceActions;
1841
1842 /// The linker inputs obtained for each toolchain.
1843 SmallVector<ActionList, 8> DeviceLinkerInputs;
1844
1845 public:
1846 OpenMPActionBuilder(Compilation &C, DerivedArgList &Args,
1847 const Driver::InputList &Inputs)
1848 : DeviceActionBuilder(C, Args, Inputs, Action::OFK_OpenMP) {}
1849
1850 ActionBuilderReturnCode
1851 getDeviceDependences(OffloadAction::DeviceDependences &DA,
1852 phases::ID CurPhase, phases::ID FinalPhase,
1853 PhasesTy &Phases) override {
1854
1855 // We should always have an action for each input.
1856 assert(OpenMPDeviceActions.size() == ToolChains.size() &&
1857 "Number of OpenMP actions and toolchains do not match.");
1858
1859 // The host only depends on device action in the linking phase, when all
1860 // the device images have to be embedded in the host image.
1861 if (CurPhase == phases::Link) {
1862 assert(ToolChains.size() == DeviceLinkerInputs.size() &&
1863 "Toolchains and linker inputs sizes do not match.");
1864 auto LI = DeviceLinkerInputs.begin();
1865 for (auto *A : OpenMPDeviceActions) {
1866 LI->push_back(A);
1867 ++LI;
1868 }
1869
1870 // We passed the device action as a host dependence, so we don't need to
1871 // do anything else with them.
1872 OpenMPDeviceActions.clear();
1873 return ABRT_Success;
1874 }
1875
1876 // By default, we produce an action for each device arch.
1877 for (Action *&A : OpenMPDeviceActions)
1878 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A);
1879
1880 return ABRT_Success;
1881 }
1882
1883 ActionBuilderReturnCode addDeviceDepences(Action *HostAction) override {
1884
1885 // If this is an input action replicate it for each OpenMP toolchain.
1886 if (auto *IA = dyn_cast<InputAction>(HostAction)) {
1887 OpenMPDeviceActions.clear();
1888 for (unsigned I = 0; I < ToolChains.size(); ++I)
1889 OpenMPDeviceActions.push_back(
1890 C.MakeAction<InputAction>(IA->getInputArg(), IA->getType()));
1891 return ABRT_Success;
1892 }
1893
Samuel Antaofab4f372016-10-27 18:00:51 +00001894 // If this is an unbundling action use it as is for each OpenMP toolchain.
1895 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) {
1896 OpenMPDeviceActions.clear();
1897 for (unsigned I = 0; I < ToolChains.size(); ++I) {
1898 OpenMPDeviceActions.push_back(UA);
1899 UA->registerDependentActionInfo(
1900 ToolChains[I], /*BoundArch=*/StringRef(), Action::OFK_OpenMP);
1901 }
1902 return ABRT_Success;
1903 }
1904
Samuel Antao28c4f182016-10-27 17:08:03 +00001905 // When generating code for OpenMP we use the host compile phase result as
1906 // a dependence to the device compile phase so that it can learn what
1907 // declarations should be emitted. However, this is not the only use for
1908 // the host action, so we prevent it from being collapsed.
1909 if (isa<CompileJobAction>(HostAction)) {
1910 HostAction->setCannotBeCollapsedWithNextDependentAction();
1911 assert(ToolChains.size() == OpenMPDeviceActions.size() &&
1912 "Toolchains and device action sizes do not match.");
1913 OffloadAction::HostDependence HDep(
1914 *HostAction, *C.getSingleOffloadToolChain<Action::OFK_Host>(),
1915 /*BoundArch=*/nullptr, Action::OFK_OpenMP);
1916 auto TC = ToolChains.begin();
1917 for (Action *&A : OpenMPDeviceActions) {
1918 assert(isa<CompileJobAction>(A));
1919 OffloadAction::DeviceDependences DDep;
1920 DDep.add(*A, **TC, /*BoundArch=*/nullptr, Action::OFK_OpenMP);
1921 A = C.MakeAction<OffloadAction>(HDep, DDep);
1922 ++TC;
1923 }
1924 }
1925 return ABRT_Success;
1926 }
1927
Samuel Antao69d6f312016-10-27 17:50:43 +00001928 void appendTopLevelActions(ActionList &AL) override {
1929 if (OpenMPDeviceActions.empty())
1930 return;
1931
1932 // We should always have an action for each input.
1933 assert(OpenMPDeviceActions.size() == ToolChains.size() &&
1934 "Number of OpenMP actions and toolchains do not match.");
1935
1936 // Append all device actions followed by the proper offload action.
1937 auto TI = ToolChains.begin();
1938 for (auto *A : OpenMPDeviceActions) {
1939 OffloadAction::DeviceDependences Dep;
1940 Dep.add(*A, **TI, /*BoundArch=*/nullptr, Action::OFK_OpenMP);
1941 AL.push_back(C.MakeAction<OffloadAction>(Dep, A->getType()));
1942 ++TI;
1943 }
1944 // We no longer need the action stored in this builder.
1945 OpenMPDeviceActions.clear();
1946 }
1947
Samuel Antao28c4f182016-10-27 17:08:03 +00001948 void appendLinkDependences(OffloadAction::DeviceDependences &DA) override {
1949 assert(ToolChains.size() == DeviceLinkerInputs.size() &&
1950 "Toolchains and linker inputs sizes do not match.");
1951
1952 // Append a new link action for each device.
1953 auto TC = ToolChains.begin();
1954 for (auto &LI : DeviceLinkerInputs) {
1955 auto *DeviceLinkAction =
1956 C.MakeAction<LinkJobAction>(LI, types::TY_Image);
1957 DA.add(*DeviceLinkAction, **TC, /*BoundArch=*/nullptr,
1958 Action::OFK_OpenMP);
1959 ++TC;
1960 }
1961 }
1962
1963 bool initialize() override {
1964 // Get the OpenMP toolchains. If we don't get any, the action builder will
1965 // know there is nothing to do related to OpenMP offloading.
1966 auto OpenMPTCRange = C.getOffloadToolChains<Action::OFK_OpenMP>();
1967 for (auto TI = OpenMPTCRange.first, TE = OpenMPTCRange.second; TI != TE;
1968 ++TI)
1969 ToolChains.push_back(TI->second);
1970
1971 DeviceLinkerInputs.resize(ToolChains.size());
1972 return false;
1973 }
Samuel Antao69d6f312016-10-27 17:50:43 +00001974
1975 bool canUseBundlerUnbundler() const override {
1976 // OpenMP should use bundled files whenever possible.
1977 return true;
1978 }
Samuel Antao28c4f182016-10-27 17:08:03 +00001979 };
1980
1981 ///
1982 /// TODO: Add the implementation for other specialized builders here.
1983 ///
Samuel Antao64e965e2016-09-30 15:34:19 +00001984
1985 /// Specialized builders being used by this offloading action builder.
1986 SmallVector<DeviceActionBuilder *, 4> SpecializedBuilders;
1987
Samuel Antao69d6f312016-10-27 17:50:43 +00001988 /// Flag set to true if all valid builders allow file bundling/unbundling.
1989 bool CanUseBundler;
1990
Samuel Antao64e965e2016-09-30 15:34:19 +00001991public:
1992 OffloadingActionBuilder(Compilation &C, DerivedArgList &Args,
1993 const Driver::InputList &Inputs)
Samuel Antao10e905c2016-10-27 01:08:58 +00001994 : C(C) {
Samuel Antao64e965e2016-09-30 15:34:19 +00001995 // Create a specialized builder for each device toolchain.
1996
1997 IsValid = true;
1998
1999 // Create a specialized builder for CUDA.
2000 SpecializedBuilders.push_back(new CudaActionBuilder(C, Args, Inputs));
2001
Samuel Antao28c4f182016-10-27 17:08:03 +00002002 // Create a specialized builder for OpenMP.
2003 SpecializedBuilders.push_back(new OpenMPActionBuilder(C, Args, Inputs));
2004
Samuel Antao64e965e2016-09-30 15:34:19 +00002005 //
2006 // TODO: Build other specialized builders here.
2007 //
2008
Samuel Antao69d6f312016-10-27 17:50:43 +00002009 // Initialize all the builders, keeping track of errors. If all valid
2010 // builders agree that we can use bundling, set the flag to true.
2011 unsigned ValidBuilders = 0u;
2012 unsigned ValidBuildersSupportingBundling = 0u;
2013 for (auto *SB : SpecializedBuilders) {
Samuel Antao64e965e2016-09-30 15:34:19 +00002014 IsValid = IsValid && !SB->initialize();
Samuel Antao69d6f312016-10-27 17:50:43 +00002015
2016 // Update the counters if the builder is valid.
2017 if (SB->isValid()) {
2018 ++ValidBuilders;
2019 if (SB->canUseBundlerUnbundler())
2020 ++ValidBuildersSupportingBundling;
2021 }
2022 }
2023 CanUseBundler =
2024 ValidBuilders && ValidBuilders == ValidBuildersSupportingBundling;
Artem Belevichf981e30b2016-08-02 22:37:47 +00002025 }
Justin Lebardc3c5042016-04-19 02:27:07 +00002026
Samuel Antao64e965e2016-09-30 15:34:19 +00002027 ~OffloadingActionBuilder() {
2028 for (auto *SB : SpecializedBuilders)
2029 delete SB;
Samuel Antaod06239d2016-07-15 23:13:27 +00002030 }
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002031
Samuel Antao64e965e2016-09-30 15:34:19 +00002032 /// Generate an action that adds device dependences (if any) to a host action.
2033 /// If no device dependence actions exist, just return the host action \a
2034 /// HostAction. If an error is found or if no builder requires the host action
2035 /// to be generated, return nullptr.
2036 Action *
2037 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg,
2038 phases::ID CurPhase, phases::ID FinalPhase,
2039 DeviceActionBuilder::PhasesTy &Phases) {
2040 if (!IsValid)
2041 return nullptr;
Justin Lebar7bf77982016-01-11 23:27:13 +00002042
Samuel Antao64e965e2016-09-30 15:34:19 +00002043 if (SpecializedBuilders.empty())
2044 return HostAction;
2045
2046 assert(HostAction && "Invalid host action!");
2047
2048 OffloadAction::DeviceDependences DDeps;
2049 // Check if all the programming models agree we should not emit the host
2050 // action. Also, keep track of the offloading kinds employed.
2051 auto &OffloadKind = InputArgToOffloadKindMap[InputArg];
2052 unsigned InactiveBuilders = 0u;
2053 unsigned IgnoringBuilders = 0u;
2054 for (auto *SB : SpecializedBuilders) {
2055 if (!SB->isValid()) {
2056 ++InactiveBuilders;
2057 continue;
2058 }
2059
Samuel Antao28c4f182016-10-27 17:08:03 +00002060 auto RetCode =
2061 SB->getDeviceDependences(DDeps, CurPhase, FinalPhase, Phases);
Samuel Antao64e965e2016-09-30 15:34:19 +00002062
2063 // If the builder explicitly says the host action should be ignored,
2064 // we need to increment the variable that tracks the builders that request
2065 // the host object to be ignored.
2066 if (RetCode == DeviceActionBuilder::ABRT_Ignore_Host)
2067 ++IgnoringBuilders;
2068
2069 // Unless the builder was inactive for this action, we have to record the
2070 // offload kind because the host will have to use it.
2071 if (RetCode != DeviceActionBuilder::ABRT_Inactive)
2072 OffloadKind |= SB->getAssociatedOffloadKind();
2073 }
2074
2075 // If all builders agree that the host object should be ignored, just return
2076 // nullptr.
2077 if (IgnoringBuilders &&
2078 SpecializedBuilders.size() == (InactiveBuilders + IgnoringBuilders))
2079 return nullptr;
2080
2081 if (DDeps.getActions().empty())
2082 return HostAction;
2083
2084 // We have dependences we need to bundle together. We use an offload action
2085 // for that.
2086 OffloadAction::HostDependence HDep(
2087 *HostAction, *C.getSingleOffloadToolChain<Action::OFK_Host>(),
2088 /*BoundArch=*/nullptr, DDeps);
2089 return C.MakeAction<OffloadAction>(HDep, DDeps);
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002090 }
2091
Samuel Antao64e965e2016-09-30 15:34:19 +00002092 /// Generate an action that adds a host dependence to a device action. The
2093 /// results will be kept in this action builder. Return true if an error was
2094 /// found.
Samuel Antaofab4f372016-10-27 18:00:51 +00002095 bool addHostDependenceToDeviceActions(Action *&HostAction,
Samuel Antao64e965e2016-09-30 15:34:19 +00002096 const Arg *InputArg) {
2097 if (!IsValid)
2098 return true;
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002099
Samuel Antaofab4f372016-10-27 18:00:51 +00002100 // If we are supporting bundling/unbundling and the current action is an
2101 // input action of non-source file, we replace the host action by the
2102 // unbundling action. The bundler tool has the logic to detect if an input
2103 // is a bundle or not and if the input is not a bundle it assumes it is a
2104 // host file. Therefore it is safe to create an unbundling action even if
2105 // the input is not a bundle.
2106 if (CanUseBundler && isa<InputAction>(HostAction) &&
2107 InputArg->getOption().getKind() == llvm::opt::Option::InputClass &&
2108 !types::isSrcFile(HostAction->getType())) {
2109 auto UnbundlingHostAction =
2110 C.MakeAction<OffloadUnbundlingJobAction>(HostAction);
2111 UnbundlingHostAction->registerDependentActionInfo(
2112 C.getSingleOffloadToolChain<Action::OFK_Host>(),
2113 /*BoundArch=*/StringRef(), Action::OFK_Host);
2114 HostAction = UnbundlingHostAction;
2115 }
2116
Samuel Antao64e965e2016-09-30 15:34:19 +00002117 assert(HostAction && "Invalid host action!");
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002118
Samuel Antao64e965e2016-09-30 15:34:19 +00002119 // Register the offload kinds that are used.
2120 auto &OffloadKind = InputArgToOffloadKindMap[InputArg];
2121 for (auto *SB : SpecializedBuilders) {
2122 if (!SB->isValid())
2123 continue;
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002124
Samuel Antao64e965e2016-09-30 15:34:19 +00002125 auto RetCode = SB->addDeviceDepences(HostAction);
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002126
Samuel Antao64e965e2016-09-30 15:34:19 +00002127 // Host dependences for device actions are not compatible with that same
2128 // action being ignored.
2129 assert(RetCode != DeviceActionBuilder::ABRT_Ignore_Host &&
2130 "Host dependence not expected to be ignored.!");
Samuel Antaod06239d2016-07-15 23:13:27 +00002131
Samuel Antao64e965e2016-09-30 15:34:19 +00002132 // Unless the builder was inactive for this action, we have to record the
2133 // offload kind because the host will have to use it.
2134 if (RetCode != DeviceActionBuilder::ABRT_Inactive)
2135 OffloadKind |= SB->getAssociatedOffloadKind();
2136 }
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002137
Samuel Antao64e965e2016-09-30 15:34:19 +00002138 return false;
2139 }
2140
Samuel Antao69d6f312016-10-27 17:50:43 +00002141 /// Add the offloading top level actions to the provided action list. This
2142 /// function can replace the host action by a bundling action if the
2143 /// programming models allow it.
Samuel Antao64e965e2016-09-30 15:34:19 +00002144 bool appendTopLevelActions(ActionList &AL, Action *HostAction,
2145 const Arg *InputArg) {
Samuel Antao69d6f312016-10-27 17:50:43 +00002146 // Get the device actions to be appended.
2147 ActionList OffloadAL;
Samuel Antao64e965e2016-09-30 15:34:19 +00002148 for (auto *SB : SpecializedBuilders) {
2149 if (!SB->isValid())
2150 continue;
Samuel Antao69d6f312016-10-27 17:50:43 +00002151 SB->appendTopLevelActions(OffloadAL);
Samuel Antao64e965e2016-09-30 15:34:19 +00002152 }
2153
Samuel Antao69d6f312016-10-27 17:50:43 +00002154 // If we can use the bundler, replace the host action by the bundling one in
2155 // the resulting list. Otherwise, just append the device actions.
2156 if (CanUseBundler && !OffloadAL.empty()) {
2157 // Add the host action to the list in order to create the bundling action.
2158 OffloadAL.push_back(HostAction);
2159
2160 // We expect that the host action was just appended to the action list
2161 // before this method was called.
2162 assert(HostAction == AL.back() && "Host action not in the list??");
2163 HostAction = C.MakeAction<OffloadBundlingJobAction>(OffloadAL);
2164 AL.back() = HostAction;
2165 } else
2166 AL.append(OffloadAL.begin(), OffloadAL.end());
2167
Samuel Antao64e965e2016-09-30 15:34:19 +00002168 // Propagate to the current host action (if any) the offload information
2169 // associated with the current input.
2170 if (HostAction)
2171 HostAction->propagateHostOffloadInfo(InputArgToOffloadKindMap[InputArg],
2172 /*BoundArch=*/nullptr);
Samuel Antao64e965e2016-09-30 15:34:19 +00002173 return false;
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002174 }
Artem Belevich5bde4e02015-07-20 20:02:54 +00002175
Samuel Antao64e965e2016-09-30 15:34:19 +00002176 /// Processes the host linker action. This currently consists of replacing it
2177 /// with an offload action if there are device link objects and propagate to
2178 /// the host action all the offload kinds used in the current compilation. The
2179 /// resulting action is returned.
2180 Action *processHostLinkAction(Action *HostAction) {
2181 // Add all the dependences from the device linking actions.
2182 OffloadAction::DeviceDependences DDeps;
2183 for (auto *SB : SpecializedBuilders) {
2184 if (!SB->isValid())
2185 continue;
Justin Lebar21e5d4f2016-01-14 21:41:27 +00002186
Samuel Antao64e965e2016-09-30 15:34:19 +00002187 SB->appendLinkDependences(DDeps);
Justin Lebar21e5d4f2016-01-14 21:41:27 +00002188 }
Samuel Antaod06239d2016-07-15 23:13:27 +00002189
Samuel Antao64e965e2016-09-30 15:34:19 +00002190 // Calculate all the offload kinds used in the current compilation.
2191 unsigned ActiveOffloadKinds = 0u;
2192 for (auto &I : InputArgToOffloadKindMap)
2193 ActiveOffloadKinds |= I.second;
2194
2195 // If we don't have device dependencies, we don't have to create an offload
2196 // action.
2197 if (DDeps.getActions().empty()) {
2198 // Propagate all the active kinds to host action. Given that it is a link
2199 // action it is assumed to depend on all actions generated so far.
2200 HostAction->propagateHostOffloadInfo(ActiveOffloadKinds,
2201 /*BoundArch=*/nullptr);
2202 return HostAction;
2203 }
2204
2205 // Create the offload action with all dependences. When an offload action
2206 // is created the kinds are propagated to the host action, so we don't have
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002207 // to do that explicitly here.
Samuel Antao64e965e2016-09-30 15:34:19 +00002208 OffloadAction::HostDependence HDep(
2209 *HostAction, *C.getSingleOffloadToolChain<Action::OFK_Host>(),
2210 /*BoundArch*/ nullptr, ActiveOffloadKinds);
2211 return C.MakeAction<OffloadAction>(HDep, DDeps);
2212 }
2213};
2214} // anonymous namespace.
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002215
Justin Lebar0f3474c2016-02-11 02:00:50 +00002216void Driver::BuildActions(Compilation &C, DerivedArgList &Args,
2217 const InputList &Inputs, ActionList &Actions) const {
Chad Rosierecdede82011-08-12 22:08:57 +00002218 llvm::PrettyStackTraceString CrashInfo("Building compilation actions");
Joerg Sonnenbergerb86f5f42011-03-06 23:31:01 +00002219
Daniel Dunbar34c41872009-03-13 00:17:48 +00002220 if (!SuppressMissingInputWarning && Inputs.empty()) {
Daniel Dunbarbfeec742009-03-12 23:55:14 +00002221 Diag(clang::diag::err_drv_no_input_files);
2222 return;
2223 }
2224
Chad Rosier7742b5d2011-07-27 23:36:45 +00002225 Arg *FinalPhaseArg;
2226 phases::ID FinalPhase = getFinalPhase(Args, &FinalPhaseArg);
Daniel Dunbarbfeec742009-03-12 23:55:14 +00002227
Rafael Espindolae8025642013-08-25 14:27:09 +00002228 if (FinalPhase == phases::Link && Args.hasArg(options::OPT_emit_llvm)) {
2229 Diag(clang::diag::err_drv_emit_llvm_link);
2230 }
2231
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002232 // Reject -Z* at the top level, these options should never have been exposed
2233 // by gcc.
Daniel Dunbardd765242009-03-26 16:12:09 +00002234 if (Arg *A = Args.getLastArg(options::OPT_Z_Joined))
Daniel Dunbar0e759942009-03-20 06:14:23 +00002235 Diag(clang::diag::err_drv_use_of_Z_option) << A->getAsString(Args);
Daniel Dunbarbfeec742009-03-12 23:55:14 +00002236
Hans Wennborg13b7fe72013-08-12 23:26:25 +00002237 // Diagnose misuse of /Fo.
2238 if (Arg *A = Args.getLastArg(options::OPT__SLASH_Fo)) {
Hans Wennborg13b7fe72013-08-12 23:26:25 +00002239 StringRef V = A->getValue();
Hans Wennborg61647532014-11-17 19:16:36 +00002240 if (Inputs.size() > 1 && !V.empty() &&
2241 !llvm::sys::path::is_separator(V.back())) {
Hans Wennborg13b7fe72013-08-12 23:26:25 +00002242 // Check whether /Fo tries to name an output file for multiple inputs.
Hans Wennborg9c1659b2013-10-18 22:49:04 +00002243 Diag(clang::diag::err_drv_out_file_argument_with_multiple_sources)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002244 << A->getSpelling() << V;
Hans Wennborg13b7fe72013-08-12 23:26:25 +00002245 Args.eraseArg(options::OPT__SLASH_Fo);
2246 }
2247 }
2248
Hans Wennborg9c1659b2013-10-18 22:49:04 +00002249 // Diagnose misuse of /Fa.
2250 if (Arg *A = Args.getLastArg(options::OPT__SLASH_Fa)) {
2251 StringRef V = A->getValue();
Hans Wennborg61647532014-11-17 19:16:36 +00002252 if (Inputs.size() > 1 && !V.empty() &&
2253 !llvm::sys::path::is_separator(V.back())) {
Hans Wennborg9c1659b2013-10-18 22:49:04 +00002254 // Check whether /Fa tries to name an asm file for multiple inputs.
2255 Diag(clang::diag::err_drv_out_file_argument_with_multiple_sources)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002256 << A->getSpelling() << V;
Hans Wennborg9c1659b2013-10-18 22:49:04 +00002257 Args.eraseArg(options::OPT__SLASH_Fa);
2258 }
2259 }
2260
Ehsan Akhgari81f36b72014-09-11 18:16:21 +00002261 // Diagnose misuse of /o.
2262 if (Arg *A = Args.getLastArg(options::OPT__SLASH_o)) {
2263 if (A->getValue()[0] == '\0') {
2264 // It has to have a value.
2265 Diag(clang::diag::err_drv_missing_argument) << A->getSpelling() << 1;
2266 Args.eraseArg(options::OPT__SLASH_o);
2267 }
2268 }
2269
Nico Weber2ca4be92016-03-01 23:16:44 +00002270 // Diagnose unsupported forms of /Yc /Yu. Ignore /Yc/Yu for now if:
2271 // * no filename after it
2272 // * both /Yc and /Yu passed but with different filenames
2273 // * corresponding file not also passed as /FI
2274 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc);
2275 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu);
2276 if (YcArg && YcArg->getValue()[0] == '\0') {
2277 Diag(clang::diag::warn_drv_ycyu_no_arg_clang_cl) << YcArg->getSpelling();
2278 Args.eraseArg(options::OPT__SLASH_Yc);
2279 YcArg = nullptr;
2280 }
2281 if (YuArg && YuArg->getValue()[0] == '\0') {
2282 Diag(clang::diag::warn_drv_ycyu_no_arg_clang_cl) << YuArg->getSpelling();
2283 Args.eraseArg(options::OPT__SLASH_Yu);
2284 YuArg = nullptr;
2285 }
2286 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) {
2287 Diag(clang::diag::warn_drv_ycyu_different_arg_clang_cl);
2288 Args.eraseArg(options::OPT__SLASH_Yc);
2289 Args.eraseArg(options::OPT__SLASH_Yu);
2290 YcArg = YuArg = nullptr;
2291 }
2292 if (YcArg || YuArg) {
2293 StringRef Val = YcArg ? YcArg->getValue() : YuArg->getValue();
2294 bool FoundMatchingInclude = false;
2295 for (const Arg *Inc : Args.filtered(options::OPT_include)) {
2296 // FIXME: Do case-insensitive matching and consider / and \ as equal.
2297 if (Inc->getValue() == Val)
2298 FoundMatchingInclude = true;
2299 }
2300 if (!FoundMatchingInclude) {
2301 Diag(clang::diag::warn_drv_ycyu_no_fi_arg_clang_cl)
2302 << (YcArg ? YcArg : YuArg)->getSpelling();
2303 Args.eraseArg(options::OPT__SLASH_Yc);
2304 Args.eraseArg(options::OPT__SLASH_Yu);
2305 YcArg = YuArg = nullptr;
2306 }
2307 }
2308 if (YcArg && Inputs.size() > 1) {
2309 Diag(clang::diag::warn_drv_yc_multiple_inputs_clang_cl);
2310 Args.eraseArg(options::OPT__SLASH_Yc);
2311 YcArg = nullptr;
2312 }
2313 if (Args.hasArg(options::OPT__SLASH_Y_)) {
2314 // /Y- disables all pch handling. Rather than check for it everywhere,
2315 // just remove clang-cl pch-related flags here.
2316 Args.eraseArg(options::OPT__SLASH_Fp);
2317 Args.eraseArg(options::OPT__SLASH_Yc);
2318 Args.eraseArg(options::OPT__SLASH_Yu);
2319 YcArg = YuArg = nullptr;
2320 }
Nico Weber2ca4be92016-03-01 23:16:44 +00002321
Samuel Antao64e965e2016-09-30 15:34:19 +00002322 // Builder to be used to build offloading actions.
2323 OffloadingActionBuilder OffloadBuilder(C, Args, Inputs);
Samuel Antaod06239d2016-07-15 23:13:27 +00002324
Daniel Dunbar65229332009-03-13 11:38:42 +00002325 // Construct the actions to perform.
2326 ActionList LinkerInputs;
Alp Toker965f8822013-11-27 05:22:15 +00002327
Matthew Curtis7ab8b2b2013-03-07 12:32:26 +00002328 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL;
Artem Belevich5bde4e02015-07-20 20:02:54 +00002329 for (auto &I : Inputs) {
2330 types::ID InputType = I.first;
2331 const Arg *InputArg = I.second;
Daniel Dunbar65229332009-03-13 11:38:42 +00002332
Matthew Curtis7ab8b2b2013-03-07 12:32:26 +00002333 PL.clear();
2334 types::getCompilationPhases(InputType, PL);
Daniel Dunbar65229332009-03-13 11:38:42 +00002335
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002336 // If the first step comes after the final phase we are doing as part of
2337 // this compilation, warn the user about it.
Matthew Curtis7ab8b2b2013-03-07 12:32:26 +00002338 phases::ID InitialPhase = PL[0];
Daniel Dunbar65229332009-03-13 11:38:42 +00002339 if (InitialPhase > FinalPhase) {
Daniel Dunbaradc5c7c2009-03-19 07:57:08 +00002340 // Claim here to avoid the more general unused warning.
2341 InputArg->claim();
Daniel Dunbar07806ca2009-09-17 04:13:26 +00002342
Daniel Dunbar2db3e732011-04-20 15:44:48 +00002343 // Suppress all unused style warnings with -Qunused-arguments
2344 if (Args.hasArg(options::OPT_Qunused_arguments))
2345 continue;
2346
Richard Smith403f76e2012-08-06 04:09:06 +00002347 // Special case when final phase determined by binary name, rather than
2348 // by a command-line argument with a corresponding Arg.
Hans Wennborg70850d82013-07-18 20:29:38 +00002349 if (CCCIsCPP())
Richard Smith403f76e2012-08-06 04:09:06 +00002350 Diag(clang::diag::warn_drv_input_file_unused_by_cpp)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002351 << InputArg->getAsString(Args) << getPhaseName(InitialPhase);
Daniel Dunbar07806ca2009-09-17 04:13:26 +00002352 // Special case '-E' warning on a previously preprocessed file to make
2353 // more sense.
Richard Smith403f76e2012-08-06 04:09:06 +00002354 else if (InitialPhase == phases::Compile &&
2355 FinalPhase == phases::Preprocess &&
2356 getPreprocessedType(InputType) == types::TY_INVALID)
Daniel Dunbar07806ca2009-09-17 04:13:26 +00002357 Diag(clang::diag::warn_drv_preprocessed_input_file_unused)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002358 << InputArg->getAsString(Args) << !!FinalPhaseArg
2359 << (FinalPhaseArg ? FinalPhaseArg->getOption().getName() : "");
Daniel Dunbar07806ca2009-09-17 04:13:26 +00002360 else
2361 Diag(clang::diag::warn_drv_input_file_unused)
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002362 << InputArg->getAsString(Args) << getPhaseName(InitialPhase)
2363 << !!FinalPhaseArg
2364 << (FinalPhaseArg ? FinalPhaseArg->getOption().getName() : "");
Daniel Dunbar65229332009-03-13 11:38:42 +00002365 continue;
2366 }
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002367
Nico Weberad2d8f32016-04-21 19:59:10 +00002368 if (YcArg) {
2369 // Add a separate precompile phase for the compile phase.
2370 if (FinalPhase >= phases::Compile) {
Richard Smith8cd452d2016-08-30 18:55:16 +00002371 const types::ID HeaderType = lookupHeaderTypeForSourceType(InputType);
Nico Weberad2d8f32016-04-21 19:59:10 +00002372 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PCHPL;
Richard Smith8cd452d2016-08-30 18:55:16 +00002373 types::getCompilationPhases(HeaderType, PCHPL);
Nico Weberad2d8f32016-04-21 19:59:10 +00002374 Arg *PchInputArg = MakeInputArg(Args, Opts, YcArg->getValue());
2375
2376 // Build the pipeline for the pch file.
Richard Smith8cd452d2016-08-30 18:55:16 +00002377 Action *ClangClPch =
2378 C.MakeAction<InputAction>(*PchInputArg, HeaderType);
Nico Weberad2d8f32016-04-21 19:59:10 +00002379 for (phases::ID Phase : PCHPL)
2380 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch);
2381 assert(ClangClPch);
2382 Actions.push_back(ClangClPch);
2383 // The driver currently exits after the first failed command. This
2384 // relies on that behavior, to make sure if the pch generation fails,
2385 // the main compilation won't run.
2386 }
2387 }
2388
Daniel Dunbar65229332009-03-13 11:38:42 +00002389 // Build the pipeline for this file.
Justin Lebar41094612016-01-11 23:07:27 +00002390 Action *Current = C.MakeAction<InputAction>(*InputArg, InputType);
Samuel Antao64e965e2016-09-30 15:34:19 +00002391
2392 // Use the current host action in any of the offloading actions, if
2393 // required.
2394 if (OffloadBuilder.addHostDependenceToDeviceActions(Current, InputArg))
2395 break;
2396
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002397 for (SmallVectorImpl<phases::ID>::iterator i = PL.begin(), e = PL.end();
2398 i != e; ++i) {
Matthew Curtis7ab8b2b2013-03-07 12:32:26 +00002399 phases::ID Phase = *i;
Daniel Dunbar65229332009-03-13 11:38:42 +00002400
2401 // We are done if this step is past what the user requested.
2402 if (Phase > FinalPhase)
2403 break;
2404
Samuel Antao64e965e2016-09-30 15:34:19 +00002405 // Add any offload action the host action depends on.
2406 Current = OffloadBuilder.addDeviceDependencesToHostAction(
2407 Current, InputArg, Phase, FinalPhase, PL);
2408 if (!Current)
2409 break;
2410
Daniel Dunbar65229332009-03-13 11:38:42 +00002411 // Queue linker inputs.
2412 if (Phase == phases::Link) {
Matthew Curtis7ab8b2b2013-03-07 12:32:26 +00002413 assert((i + 1) == e && "linking must be final compilation step.");
Justin Lebar41094612016-01-11 23:07:27 +00002414 LinkerInputs.push_back(Current);
2415 Current = nullptr;
Daniel Dunbar65229332009-03-13 11:38:42 +00002416 break;
2417 }
2418
Samuel Antao64e965e2016-09-30 15:34:19 +00002419 // Otherwise construct the appropriate action.
2420 auto *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current);
2421
2422 // We didn't create a new action, so we will just move to the next phase.
2423 if (NewCurrent == Current)
Daniel Dunbar13864952009-03-24 20:17:30 +00002424 continue;
2425
Samuel Antao64e965e2016-09-30 15:34:19 +00002426 Current = NewCurrent;
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002427
Samuel Antao64e965e2016-09-30 15:34:19 +00002428 // Use the current host action in any of the offloading actions, if
2429 // required.
2430 if (OffloadBuilder.addHostDependenceToDeviceActions(Current, InputArg))
2431 break;
Artem Belevich0ff05cd2015-07-13 23:27:56 +00002432
Daniel Dunbar65229332009-03-13 11:38:42 +00002433 if (Current->getType() == types::TY_Nothing)
2434 break;
2435 }
2436
Samuel Antao64e965e2016-09-30 15:34:19 +00002437 // If we ended with something, add to the output list.
2438 if (Current)
Justin Lebar41094612016-01-11 23:07:27 +00002439 Actions.push_back(Current);
Samuel Antao64e965e2016-09-30 15:34:19 +00002440
2441 // Add any top level actions generated for offloading.
2442 OffloadBuilder.appendTopLevelActions(Actions, Current, InputArg);
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00002443 }
Daniel Dunbar65229332009-03-13 11:38:42 +00002444
Samuel Antao64e965e2016-09-30 15:34:19 +00002445 // Add a link action if necessary.
Samuel Antaod06239d2016-07-15 23:13:27 +00002446 if (!LinkerInputs.empty()) {
Samuel Antao64e965e2016-09-30 15:34:19 +00002447 Action *LA = C.MakeAction<LinkJobAction>(LinkerInputs, types::TY_Image);
2448 LA = OffloadBuilder.processHostLinkAction(LA);
2449 Actions.push_back(LA);
Samuel Antaod06239d2016-07-15 23:13:27 +00002450 }
Daniel Dunbarc7a67b72009-12-22 23:19:32 +00002451
2452 // If we are linking, claim any options which are obviously only used for
2453 // compilation.
Hans Wennborga8ef14f2013-09-17 00:03:41 +00002454 if (FinalPhase == phases::Link && PL.size() == 1) {
Daniel Dunbarc7a67b72009-12-22 23:19:32 +00002455 Args.ClaimAllArgs(options::OPT_CompileOnly_Group);
Hans Wennborga8ef14f2013-09-17 00:03:41 +00002456 Args.ClaimAllArgs(options::OPT_cl_compile_Group);
2457 }
2458
2459 // Claim ignored clang-cl options.
2460 Args.ClaimAllArgs(options::OPT_cl_ignored_Group);
Artem Belevichbaae0932015-07-28 21:01:30 +00002461
Justin Lebardc3c5042016-04-19 02:27:07 +00002462 // Claim --cuda-host-only and --cuda-compile-host-device, which may be passed
2463 // to non-CUDA compilations and should not trigger warnings there.
Artem Belevichbaae0932015-07-28 21:01:30 +00002464 Args.ClaimAllArgs(options::OPT_cuda_host_only);
Justin Lebardc3c5042016-04-19 02:27:07 +00002465 Args.ClaimAllArgs(options::OPT_cuda_compile_host_device);
Daniel Dunbar65229332009-03-13 11:38:42 +00002466}
2467
Justin Lebar0f3474c2016-02-11 02:00:50 +00002468Action *Driver::ConstructPhaseAction(Compilation &C, const ArgList &Args,
2469 phases::ID Phase, Action *Input) const {
Daniel Dunbar2608c542009-03-18 01:38:48 +00002470 llvm::PrettyStackTraceString CrashInfo("Constructing phase actions");
Samuel Antao64e965e2016-09-30 15:34:19 +00002471
2472 // Some types skip the assembler phase (e.g., llvm-bc), but we can't
2473 // encode this in the steps because the intermediate type depends on
2474 // arguments. Just special case here.
2475 if (Phase == phases::Assemble && Input->getType() != types::TY_PP_Asm)
2476 return Input;
2477
Daniel Dunbar65229332009-03-13 11:38:42 +00002478 // Build the appropriate action.
2479 switch (Phase) {
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002480 case phases::Link:
2481 llvm_unreachable("link action invalid here.");
Daniel Dunbar65229332009-03-13 11:38:42 +00002482 case phases::Preprocess: {
Daniel Dunbard67a3222009-03-30 06:36:42 +00002483 types::ID OutputTy;
2484 // -{M, MM} alter the output type.
Daniel Dunbar86aed7d2010-12-08 21:33:40 +00002485 if (Args.hasArg(options::OPT_M, options::OPT_MM)) {
Daniel Dunbard67a3222009-03-30 06:36:42 +00002486 OutputTy = types::TY_Dependencies;
2487 } else {
David Blaikie5d577a22012-06-29 22:03:56 +00002488 OutputTy = Input->getType();
2489 if (!Args.hasFlag(options::OPT_frewrite_includes,
Justin Bognerce8245b2014-06-24 08:01:01 +00002490 options::OPT_fno_rewrite_includes, false) &&
2491 !CCGenDiagnostics)
David Blaikie5d577a22012-06-29 22:03:56 +00002492 OutputTy = types::getPreprocessedType(OutputTy);
Daniel Dunbard67a3222009-03-30 06:36:42 +00002493 assert(OutputTy != types::TY_INVALID &&
2494 "Cannot preprocess this input type!");
2495 }
Justin Lebar41094612016-01-11 23:07:27 +00002496 return C.MakeAction<PreprocessJobAction>(Input, OutputTy);
Daniel Dunbar65229332009-03-13 11:38:42 +00002497 }
Aaron Ballman1f10cc52012-07-31 01:21:00 +00002498 case phases::Precompile: {
Richard Smithdd4ad3d2016-08-30 19:06:26 +00002499 types::ID OutputTy = getPrecompiledType(Input->getType());
2500 assert(OutputTy != types::TY_INVALID &&
2501 "Cannot precompile this input type!");
Aaron Ballman1f10cc52012-07-31 01:21:00 +00002502 if (Args.hasArg(options::OPT_fsyntax_only)) {
2503 // Syntax checks should not emit a PCH file
2504 OutputTy = types::TY_Nothing;
2505 }
Justin Lebar41094612016-01-11 23:07:27 +00002506 return C.MakeAction<PrecompileJobAction>(Input, OutputTy);
Aaron Ballman1f10cc52012-07-31 01:21:00 +00002507 }
Daniel Dunbar65229332009-03-13 11:38:42 +00002508 case phases::Compile: {
David Blaikie486f4402014-08-29 07:25:23 +00002509 if (Args.hasArg(options::OPT_fsyntax_only))
Justin Lebar41094612016-01-11 23:07:27 +00002510 return C.MakeAction<CompileJobAction>(Input, types::TY_Nothing);
David Blaikie486f4402014-08-29 07:25:23 +00002511 if (Args.hasArg(options::OPT_rewrite_objc))
Justin Lebar41094612016-01-11 23:07:27 +00002512 return C.MakeAction<CompileJobAction>(Input, types::TY_RewrittenObjC);
David Blaikie486f4402014-08-29 07:25:23 +00002513 if (Args.hasArg(options::OPT_rewrite_legacy_objc))
Justin Lebar41094612016-01-11 23:07:27 +00002514 return C.MakeAction<CompileJobAction>(Input,
2515 types::TY_RewrittenLegacyObjC);
David Blaikie486f4402014-08-29 07:25:23 +00002516 if (Args.hasArg(options::OPT__analyze, options::OPT__analyze_auto))
Justin Lebar41094612016-01-11 23:07:27 +00002517 return C.MakeAction<AnalyzeJobAction>(Input, types::TY_Plist);
David Blaikie486f4402014-08-29 07:25:23 +00002518 if (Args.hasArg(options::OPT__migrate))
Justin Lebar41094612016-01-11 23:07:27 +00002519 return C.MakeAction<MigrateJobAction>(Input, types::TY_Remap);
David Blaikie486f4402014-08-29 07:25:23 +00002520 if (Args.hasArg(options::OPT_emit_ast))
Justin Lebar41094612016-01-11 23:07:27 +00002521 return C.MakeAction<CompileJobAction>(Input, types::TY_AST);
David Blaikie486f4402014-08-29 07:25:23 +00002522 if (Args.hasArg(options::OPT_module_file_info))
Justin Lebar41094612016-01-11 23:07:27 +00002523 return C.MakeAction<CompileJobAction>(Input, types::TY_ModuleFile);
David Blaikie486f4402014-08-29 07:25:23 +00002524 if (Args.hasArg(options::OPT_verify_pch))
Justin Lebar41094612016-01-11 23:07:27 +00002525 return C.MakeAction<VerifyPCHJobAction>(Input, types::TY_Nothing);
2526 return C.MakeAction<CompileJobAction>(Input, types::TY_LLVM_BC);
Bob Wilson23a55f12014-12-21 07:00:00 +00002527 }
2528 case phases::Backend: {
Teresa Johnson945bc502015-10-15 20:35:53 +00002529 if (isUsingLTO()) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002530 types::ID Output =
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002531 Args.hasArg(options::OPT_S) ? types::TY_LTO_IR : types::TY_LTO_BC;
Justin Lebar41094612016-01-11 23:07:27 +00002532 return C.MakeAction<BackendJobAction>(Input, Output);
David Blaikie486f4402014-08-29 07:25:23 +00002533 }
2534 if (Args.hasArg(options::OPT_emit_llvm)) {
Shuxin Yang4b3c7ff2013-08-23 21:34:57 +00002535 types::ID Output =
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002536 Args.hasArg(options::OPT_S) ? types::TY_LLVM_IR : types::TY_LLVM_BC;
Justin Lebar41094612016-01-11 23:07:27 +00002537 return C.MakeAction<BackendJobAction>(Input, Output);
Daniel Dunbar65229332009-03-13 11:38:42 +00002538 }
Justin Lebar41094612016-01-11 23:07:27 +00002539 return C.MakeAction<BackendJobAction>(Input, types::TY_PP_Asm);
Daniel Dunbar65229332009-03-13 11:38:42 +00002540 }
2541 case phases::Assemble:
Justin Lebar21e5d4f2016-01-14 21:41:27 +00002542 return C.MakeAction<AssembleJobAction>(std::move(Input), types::TY_Object);
Daniel Dunbar65229332009-03-13 11:38:42 +00002543 }
2544
David Blaikie83d382b2011-09-23 05:06:16 +00002545 llvm_unreachable("invalid phase in ConstructPhaseAction");
Daniel Dunbar1688f1a2009-03-12 07:58:46 +00002546}
2547
Daniel Dunbarf0eddb82009-03-18 02:55:38 +00002548void Driver::BuildJobs(Compilation &C) const {
Daniel Dunbar2608c542009-03-18 01:38:48 +00002549 llvm::PrettyStackTraceString CrashInfo("Building compilation jobs");
Daniel Dunbare75d8342009-03-16 06:56:51 +00002550
2551 Arg *FinalOutput = C.getArgs().getLastArg(options::OPT_o);
2552
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002553 // It is an error to provide a -o option if we are making multiple output
2554 // files.
Daniel Dunbare75d8342009-03-16 06:56:51 +00002555 if (FinalOutput) {
2556 unsigned NumOutputs = 0;
Saleem Abdulrasoolda3f4e52014-12-29 21:02:47 +00002557 for (const Action *A : C.getActions())
2558 if (A->getType() != types::TY_Nothing)
Daniel Dunbare75d8342009-03-16 06:56:51 +00002559 ++NumOutputs;
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002560
Daniel Dunbare75d8342009-03-16 06:56:51 +00002561 if (NumOutputs > 1) {
2562 Diag(clang::diag::err_drv_output_argument_with_multiple_files);
Craig Topper92fc2df2014-05-17 16:56:41 +00002563 FinalOutput = nullptr;
Daniel Dunbare75d8342009-03-16 06:56:51 +00002564 }
2565 }
2566
Chad Rosier35767232013-04-30 22:01:21 +00002567 // Collect the list of architectures.
2568 llvm::StringSet<> ArchNames;
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +00002569 if (C.getDefaultToolChain().getTriple().isOSBinFormatMachO())
2570 for (const Arg *A : C.getArgs())
Chad Rosier35767232013-04-30 22:01:21 +00002571 if (A->getOption().matches(options::OPT_arch))
2572 ArchNames.insert(A->getValue());
Chad Rosier35767232013-04-30 22:01:21 +00002573
Justin Lebarb44f6fe2016-01-14 21:41:21 +00002574 // Set of (Action, canonical ToolChain triple) pairs we've built jobs for.
2575 std::map<std::pair<const Action *, std::string>, InputInfo> CachedResults;
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +00002576 for (Action *A : C.getActions()) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002577 // If we are linking an image for multiple archs then the linker wants
2578 // -arch_multiple and -final_output <final image name>. Unfortunately, this
2579 // doesn't fit in cleanly because we have to pass this information down.
Daniel Dunbare75d8342009-03-16 06:56:51 +00002580 //
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002581 // FIXME: This is a hack; find a cleaner way to integrate this into the
2582 // process.
Craig Topper92fc2df2014-05-17 16:56:41 +00002583 const char *LinkingOutput = nullptr;
Daniel Dunbardd765242009-03-26 16:12:09 +00002584 if (isa<LipoJobAction>(A)) {
Daniel Dunbare75d8342009-03-16 06:56:51 +00002585 if (FinalOutput)
Richard Smithbd55daf2012-11-01 04:30:05 +00002586 LinkingOutput = FinalOutput->getValue();
Daniel Dunbare75d8342009-03-16 06:56:51 +00002587 else
Hans Wennborga7707222015-01-09 17:38:53 +00002588 LinkingOutput = getDefaultImageName();
Daniel Dunbare75d8342009-03-16 06:56:51 +00002589 }
2590
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002591 BuildJobsForAction(C, A, &C.getDefaultToolChain(),
Mehdi Aminic50b1a22016-10-07 21:27:26 +00002592 /*BoundArch*/ StringRef(),
Daniel Dunbare75d8342009-03-16 06:56:51 +00002593 /*AtTopLevel*/ true,
Chad Rosier35767232013-04-30 22:01:21 +00002594 /*MultipleArchs*/ ArchNames.size() > 1,
Samuel Antaod06239d2016-07-15 23:13:27 +00002595 /*LinkingOutput*/ LinkingOutput, CachedResults,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00002596 /*TargetDeviceOffloadKind*/ Action::OFK_None);
Daniel Dunbare75d8342009-03-16 06:56:51 +00002597 }
Daniel Dunbar3ce436d2009-03-16 06:42:30 +00002598
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002599 // If the user passed -Qunused-arguments or there were errors, don't warn
2600 // about any unused arguments.
Argyrios Kyrtzidis31448a42010-11-18 21:47:07 +00002601 if (Diags.hasErrorOccurred() ||
Daniel Dunbara3cfbe32009-04-07 19:04:18 +00002602 C.getArgs().hasArg(options::OPT_Qunused_arguments))
Daniel Dunbard175d972009-03-18 18:03:46 +00002603 return;
2604
Daniel Dunbar58399ae2009-03-29 22:24:54 +00002605 // Claim -### here.
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002606 (void)C.getArgs().hasArg(options::OPT__HASH_HASH_HASH);
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002607
Nico Weber47bf5052016-04-25 21:15:49 +00002608 // Claim --driver-mode, --rsp-quoting, it was handled earlier.
Douglas Katzmana67e50c2015-06-26 15:47:46 +00002609 (void)C.getArgs().hasArg(options::OPT_driver_mode);
Nico Weber47bf5052016-04-25 21:15:49 +00002610 (void)C.getArgs().hasArg(options::OPT_rsp_quoting);
Hans Wennborg70850d82013-07-18 20:29:38 +00002611
Saleem Abdulrasool688b6bc2014-12-29 19:01:36 +00002612 for (Arg *A : C.getArgs()) {
Daniel Dunbar3ce436d2009-03-16 06:42:30 +00002613 // FIXME: It would be nice to be able to send the argument to the
David Blaikie9c902b52011-09-25 23:23:43 +00002614 // DiagnosticsEngine, so that extra values, position, and so on could be
2615 // printed.
Daniel Dunbar90dd6f42009-04-04 00:52:26 +00002616 if (!A->isClaimed()) {
Michael J. Spencer66e2b202012-10-19 22:37:06 +00002617 if (A->getOption().hasFlag(options::NoArgumentUnused))
Daniel Dunbara3cfbe32009-04-07 19:04:18 +00002618 continue;
2619
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002620 // Suppress the warning automatically if this is just a flag, and it is an
2621 // instance of an argument we already claimed.
Daniel Dunbar90dd6f42009-04-04 00:52:26 +00002622 const Option &Opt = A->getOption();
Michael J. Spencerad3ccc32012-08-20 21:41:17 +00002623 if (Opt.getKind() == Option::FlagClass) {
Daniel Dunbar90dd6f42009-04-04 00:52:26 +00002624 bool DuplicateClaimed = false;
2625
Sean Silva14facf32015-06-09 01:57:17 +00002626 for (const Arg *AA : C.getArgs().filtered(&Opt)) {
2627 if (AA->isClaimed()) {
Daniel Dunbar90dd6f42009-04-04 00:52:26 +00002628 DuplicateClaimed = true;
2629 break;
2630 }
2631 }
2632
2633 if (DuplicateClaimed)
2634 continue;
2635 }
2636
Ehsan Akhgarid8518332016-01-25 21:14:52 +00002637 // In clang-cl, don't mention unknown arguments here since they have
2638 // already been warned about.
2639 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN))
2640 Diag(clang::diag::warn_drv_unused_argument)
2641 << A->getAsString(C.getArgs());
Daniel Dunbar90dd6f42009-04-04 00:52:26 +00002642 }
Daniel Dunbar3ce436d2009-03-16 06:42:30 +00002643 }
Daniel Dunbar95e6b192009-03-13 22:12:33 +00002644}
Daniel Dunbarc4343942010-02-03 03:07:56 +00002645
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002646namespace {
2647/// Utility class to control the collapse of dependent actions and select the
2648/// tools accordingly.
2649class ToolSelector final {
2650 /// The tool chain this selector refers to.
2651 const ToolChain &TC;
Daniel Dunbarf9ff3502010-05-14 02:03:00 +00002652
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002653 /// The compilation this selector refers to.
2654 const Compilation &C;
Samuel Antaod06239d2016-07-15 23:13:27 +00002655
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002656 /// The base action this selector refers to.
2657 const JobAction *BaseAction;
Samuel Antaod06239d2016-07-15 23:13:27 +00002658
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002659 /// Set to true if the current toolchain refers to host actions.
2660 bool IsHostSelector;
Samuel Antaod06239d2016-07-15 23:13:27 +00002661
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002662 /// Set to true if save-temps and embed-bitcode functionalities are active.
2663 bool SaveTemps;
2664 bool EmbedBitcode;
2665
2666 /// Get previous dependent action or null if that does not exist. If
2667 /// \a CanBeCollapsed is false, that action must be legal to collapse or
2668 /// null will be returned.
2669 const JobAction *getPrevDependentAction(const ActionList &Inputs,
2670 ActionList &SavedOffloadAction,
2671 bool CanBeCollapsed = true) {
2672 // An option can be collapsed only if it has a single input.
2673 if (Inputs.size() != 1)
Craig Topper92fc2df2014-05-17 16:56:41 +00002674 return nullptr;
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002675
2676 Action *CurAction = *Inputs.begin();
2677 if (CanBeCollapsed &&
2678 !CurAction->isCollapsingWithNextDependentActionLegal())
2679 return nullptr;
2680
2681 // If the input action is an offload action. Look through it and save any
2682 // offload action that can be dropped in the event of a collapse.
2683 if (auto *OA = dyn_cast<OffloadAction>(CurAction)) {
2684 // If the dependent action is a device action, we will attempt to collapse
2685 // only with other device actions. Otherwise, we would do the same but
2686 // with host actions only.
2687 if (!IsHostSelector) {
2688 if (OA->hasSingleDeviceDependence(/*DoNotConsiderHostActions=*/true)) {
2689 CurAction =
2690 OA->getSingleDeviceDependence(/*DoNotConsiderHostActions=*/true);
2691 if (CanBeCollapsed &&
2692 !CurAction->isCollapsingWithNextDependentActionLegal())
2693 return nullptr;
2694 SavedOffloadAction.push_back(OA);
2695 return dyn_cast<JobAction>(CurAction);
2696 }
2697 } else if (OA->hasHostDependence()) {
2698 CurAction = OA->getHostDependence();
2699 if (CanBeCollapsed &&
2700 !CurAction->isCollapsingWithNextDependentActionLegal())
2701 return nullptr;
2702 SavedOffloadAction.push_back(OA);
2703 return dyn_cast<JobAction>(CurAction);
2704 }
2705 return nullptr;
2706 }
2707
2708 return dyn_cast<JobAction>(CurAction);
2709 }
2710
2711 /// Return true if an assemble action can be collapsed.
2712 bool canCollapseAssembleAction() const {
2713 return TC.useIntegratedAs() && !SaveTemps &&
2714 !C.getArgs().hasArg(options::OPT_via_file_asm) &&
2715 !C.getArgs().hasArg(options::OPT__SLASH_FA) &&
2716 !C.getArgs().hasArg(options::OPT__SLASH_Fa);
2717 }
2718
2719 /// Return true if a preprocessor action can be collapsed.
2720 bool canCollapsePreprocessorAction() const {
2721 return !C.getArgs().hasArg(options::OPT_no_integrated_cpp) &&
2722 !C.getArgs().hasArg(options::OPT_traditional_cpp) && !SaveTemps &&
2723 !C.getArgs().hasArg(options::OPT_rewrite_objc);
2724 }
2725
2726 /// Struct that relates an action with the offload actions that would be
2727 /// collapsed with it.
2728 struct JobActionInfo final {
2729 /// The action this info refers to.
2730 const JobAction *JA = nullptr;
2731 /// The offload actions we need to take care off if this action is
2732 /// collapsed.
2733 ActionList SavedOffloadAction;
2734 };
2735
2736 /// Append collapsed offload actions from the give nnumber of elements in the
2737 /// action info array.
2738 static void AppendCollapsedOffloadAction(ActionList &CollapsedOffloadAction,
2739 ArrayRef<JobActionInfo> &ActionInfo,
2740 unsigned ElementNum) {
2741 assert(ElementNum <= ActionInfo.size() && "Invalid number of elements.");
2742 for (unsigned I = 0; I < ElementNum; ++I)
2743 CollapsedOffloadAction.append(ActionInfo[I].SavedOffloadAction.begin(),
2744 ActionInfo[I].SavedOffloadAction.end());
2745 }
2746
2747 /// Functions that attempt to perform the combining. They detect if that is
2748 /// legal, and if so they update the inputs \a Inputs and the offload action
2749 /// that were collapsed in \a CollapsedOffloadAction. A tool that deals with
2750 /// the combined action is returned. If the combining is not legal or if the
2751 /// tool does not exist, null is returned.
2752 /// Currently three kinds of collapsing are supported:
2753 /// - Assemble + Backend + Compile;
2754 /// - Assemble + Backend ;
2755 /// - Backend + Compile.
2756 const Tool *
2757 combineAssembleBackendCompile(ArrayRef<JobActionInfo> ActionInfo,
2758 const ActionList *&Inputs,
2759 ActionList &CollapsedOffloadAction) {
2760 if (ActionInfo.size() < 3 || !canCollapseAssembleAction())
2761 return nullptr;
2762 auto *AJ = dyn_cast<AssembleJobAction>(ActionInfo[0].JA);
2763 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA);
2764 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA);
2765 if (!AJ || !BJ || !CJ)
2766 return nullptr;
2767
2768 // Get compiler tool.
2769 const Tool *T = TC.SelectTool(*CJ);
2770 if (!T)
2771 return nullptr;
2772
Steven Wu574b0f22016-03-01 01:07:58 +00002773 // When using -fembed-bitcode, it is required to have the same tool (clang)
2774 // for both CompilerJA and BackendJA. Otherwise, combine two stages.
2775 if (EmbedBitcode) {
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002776 const Tool *BT = TC.SelectTool(*BJ);
2777 if (BT == T)
2778 return nullptr;
Steven Wu574b0f22016-03-01 01:07:58 +00002779 }
Bob Wilson23a55f12014-12-21 07:00:00 +00002780
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002781 if (!T->hasIntegratedAssembler())
Bob Wilson23a55f12014-12-21 07:00:00 +00002782 return nullptr;
Samuel Antaod06239d2016-07-15 23:13:27 +00002783
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002784 Inputs = &CJ->getInputs();
2785 AppendCollapsedOffloadAction(CollapsedOffloadAction, ActionInfo,
2786 /*NumElements=*/3);
2787 return T;
2788 }
2789 const Tool *combineAssembleBackend(ArrayRef<JobActionInfo> ActionInfo,
2790 const ActionList *&Inputs,
2791 ActionList &CollapsedOffloadAction) {
2792 if (ActionInfo.size() < 2 || !canCollapseAssembleAction())
2793 return nullptr;
2794 auto *AJ = dyn_cast<AssembleJobAction>(ActionInfo[0].JA);
2795 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA);
2796 if (!AJ || !BJ)
2797 return nullptr;
2798
2799 // Retrieve the compile job, backend action must always be preceded by one.
2800 ActionList CompileJobOffloadActions;
2801 auto *CJ = getPrevDependentAction(BJ->getInputs(), CompileJobOffloadActions,
2802 /*CanBeCollapsed=*/false);
2803 if (!AJ || !BJ || !CJ)
2804 return nullptr;
2805
2806 assert(isa<CompileJobAction>(CJ) &&
2807 "Expecting compile job preceding backend job.");
2808
2809 // Get compiler tool.
2810 const Tool *T = TC.SelectTool(*CJ);
2811 if (!T)
2812 return nullptr;
2813
2814 if (!T->hasIntegratedAssembler())
2815 return nullptr;
2816
2817 Inputs = &BJ->getInputs();
2818 AppendCollapsedOffloadAction(CollapsedOffloadAction, ActionInfo,
2819 /*NumElements=*/2);
2820 return T;
2821 }
2822 const Tool *combineBackendCompile(ArrayRef<JobActionInfo> ActionInfo,
2823 const ActionList *&Inputs,
2824 ActionList &CollapsedOffloadAction) {
2825 if (ActionInfo.size() < 2 || !canCollapsePreprocessorAction())
2826 return nullptr;
2827 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA);
2828 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[1].JA);
2829 if (!BJ || !CJ)
2830 return nullptr;
2831
2832 // Get compiler tool.
2833 const Tool *T = TC.SelectTool(*CJ);
2834 if (!T)
2835 return nullptr;
2836
2837 if (T->canEmitIR() && (SaveTemps || EmbedBitcode))
2838 return nullptr;
2839
2840 Inputs = &CJ->getInputs();
2841 AppendCollapsedOffloadAction(CollapsedOffloadAction, ActionInfo,
2842 /*NumElements=*/2);
2843 return T;
2844 }
2845
2846 /// Updates the inputs if the obtained tool supports combining with
2847 /// preprocessor action, and the current input is indeed a preprocessor
2848 /// action. If combining results in the collapse of offloading actions, those
2849 /// are appended to \a CollapsedOffloadAction.
2850 void combineWithPreprocessor(const Tool *T, const ActionList *&Inputs,
2851 ActionList &CollapsedOffloadAction) {
2852 if (!T || !canCollapsePreprocessorAction() || !T->hasIntegratedCPP())
2853 return;
2854
2855 // Attempt to get a preprocessor action dependence.
2856 ActionList PreprocessJobOffloadActions;
2857 auto *PJ = getPrevDependentAction(*Inputs, PreprocessJobOffloadActions);
2858 if (!PJ || !isa<PreprocessJobAction>(PJ))
2859 return;
2860
2861 // This is legal to combine. Append any offload action we found and set the
2862 // current inputs to preprocessor inputs.
2863 CollapsedOffloadAction.append(PreprocessJobOffloadActions.begin(),
2864 PreprocessJobOffloadActions.end());
2865 Inputs = &PJ->getInputs();
2866 }
2867
2868public:
2869 ToolSelector(const JobAction *BaseAction, const ToolChain &TC,
2870 const Compilation &C, bool SaveTemps, bool EmbedBitcode)
2871 : TC(TC), C(C), BaseAction(BaseAction), SaveTemps(SaveTemps),
2872 EmbedBitcode(EmbedBitcode) {
2873 assert(BaseAction && "Invalid base action.");
2874 IsHostSelector = BaseAction->getOffloadingDeviceKind() == Action::OFK_None;
2875 }
2876
2877 /// Check if a chain of actions can be combined and return the tool that can
2878 /// handle the combination of actions. The pointer to the current inputs \a
2879 /// Inputs and the list of offload actions \a CollapsedOffloadActions
2880 /// connected to collapsed actions are updated accordingly. The latter enables
2881 /// the caller of the selector to process them afterwards instead of just
2882 /// dropping them. If no suitable tool is found, null will be returned.
2883 const Tool *getTool(const ActionList *&Inputs,
2884 ActionList &CollapsedOffloadAction) {
2885 //
2886 // Get the largest chain of actions that we could combine.
2887 //
2888
2889 SmallVector<JobActionInfo, 5> ActionChain(1);
2890 ActionChain.back().JA = BaseAction;
2891 while (ActionChain.back().JA) {
2892 const Action *CurAction = ActionChain.back().JA;
2893
2894 // Grow the chain by one element.
2895 ActionChain.resize(ActionChain.size() + 1);
2896 JobActionInfo &AI = ActionChain.back();
2897
2898 // Attempt to fill it with the
2899 AI.JA =
2900 getPrevDependentAction(CurAction->getInputs(), AI.SavedOffloadAction);
Daniel Dunbarc4343942010-02-03 03:07:56 +00002901 }
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002902
2903 // Pop the last action info as it could not be filled.
2904 ActionChain.pop_back();
2905
2906 //
2907 // Attempt to combine actions. If all combining attempts failed, just return
2908 // the tool of the provided action. At the end we attempt to combine the
2909 // action with any preprocessor action it may depend on.
2910 //
2911
2912 const Tool *T = combineAssembleBackendCompile(ActionChain, Inputs,
2913 CollapsedOffloadAction);
2914 if (!T)
2915 T = combineAssembleBackend(ActionChain, Inputs, CollapsedOffloadAction);
2916 if (!T)
2917 T = combineBackendCompile(ActionChain, Inputs, CollapsedOffloadAction);
2918 if (!T) {
2919 Inputs = &BaseAction->getInputs();
2920 T = TC.SelectTool(*BaseAction);
2921 }
2922
2923 combineWithPreprocessor(T, Inputs, CollapsedOffloadAction);
2924 return T;
Daniel Dunbarc4343942010-02-03 03:07:56 +00002925 }
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002926};
Daniel Dunbarc4343942010-02-03 03:07:56 +00002927}
2928
Samuel Antao3b7e38b2016-10-27 18:14:55 +00002929/// Return a string that uniquely identifies the result of a job. The bound arch
2930/// is not necessarily represented in the toolchain's triple -- for example,
2931/// armv7 and armv7s both map to the same triple -- so we need both in our map.
2932/// Also, we need to add the offloading device kind, as the same tool chain can
2933/// be used for host and device for some programming models, e.g. OpenMP.
2934static std::string GetTriplePlusArchString(const ToolChain *TC,
2935 StringRef BoundArch,
2936 Action::OffloadKind OffloadKind) {
Justin Lebar55c83322016-01-16 03:30:08 +00002937 std::string TriplePlusArch = TC->getTriple().normalize();
Mehdi Aminic50b1a22016-10-07 21:27:26 +00002938 if (!BoundArch.empty()) {
Justin Lebar55c83322016-01-16 03:30:08 +00002939 TriplePlusArch += "-";
2940 TriplePlusArch += BoundArch;
2941 }
Samuel Antao59efaed2016-10-27 17:31:22 +00002942 TriplePlusArch += "-";
Samuel Antao3b7e38b2016-10-27 18:14:55 +00002943 TriplePlusArch += Action::GetOffloadKindName(OffloadKind);
2944 return TriplePlusArch;
2945}
2946
2947InputInfo Driver::BuildJobsForAction(
2948 Compilation &C, const Action *A, const ToolChain *TC, StringRef BoundArch,
2949 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
2950 std::map<std::pair<const Action *, std::string>, InputInfo> &CachedResults,
2951 Action::OffloadKind TargetDeviceOffloadKind) const {
2952 std::pair<const Action *, std::string> ActionTC = {
2953 A, GetTriplePlusArchString(TC, BoundArch, TargetDeviceOffloadKind)};
Justin Lebarb44f6fe2016-01-14 21:41:21 +00002954 auto CachedResult = CachedResults.find(ActionTC);
2955 if (CachedResult != CachedResults.end()) {
2956 return CachedResult->second;
2957 }
Samuel Antaod06239d2016-07-15 23:13:27 +00002958 InputInfo Result = BuildJobsForActionNoCache(
2959 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00002960 CachedResults, TargetDeviceOffloadKind);
Justin Lebarb44f6fe2016-01-14 21:41:21 +00002961 CachedResults[ActionTC] = Result;
2962 return Result;
2963}
2964
2965InputInfo Driver::BuildJobsForActionNoCache(
Mehdi Aminic50b1a22016-10-07 21:27:26 +00002966 Compilation &C, const Action *A, const ToolChain *TC, StringRef BoundArch,
Justin Lebarb44f6fe2016-01-14 21:41:21 +00002967 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
Samuel Antaod06239d2016-07-15 23:13:27 +00002968 std::map<std::pair<const Action *, std::string>, InputInfo> &CachedResults,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00002969 Action::OffloadKind TargetDeviceOffloadKind) const {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00002970 llvm::PrettyStackTraceString CrashInfo("Building compilation jobs");
Daniel Dunbarc4acf9d2009-03-18 23:18:19 +00002971
Samuel Antaod06239d2016-07-15 23:13:27 +00002972 InputInfoList OffloadDependencesInputInfo;
Samuel Antao3b7e38b2016-10-27 18:14:55 +00002973 bool BuildingForOffloadDevice = TargetDeviceOffloadKind != Action::OFK_None;
Samuel Antaod06239d2016-07-15 23:13:27 +00002974 if (const OffloadAction *OA = dyn_cast<OffloadAction>(A)) {
2975 // The offload action is expected to be used in four different situations.
2976 //
2977 // a) Set a toolchain/architecture/kind for a host action:
2978 // Host Action 1 -> OffloadAction -> Host Action 2
2979 //
2980 // b) Set a toolchain/architecture/kind for a device action;
2981 // Device Action 1 -> OffloadAction -> Device Action 2
2982 //
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00002983 // c) Specify a device dependence to a host action;
Samuel Antaod06239d2016-07-15 23:13:27 +00002984 // Device Action 1 _
2985 // \
2986 // Host Action 1 ---> OffloadAction -> Host Action 2
2987 //
2988 // d) Specify a host dependence to a device action.
2989 // Host Action 1 _
2990 // \
2991 // Device Action 1 ---> OffloadAction -> Device Action 2
2992 //
2993 // For a) and b), we just return the job generated for the dependence. For
2994 // c) and d) we override the current action with the host/device dependence
2995 // if the current toolchain is host/device and set the offload dependences
2996 // info with the jobs obtained from the device/host dependence(s).
2997
2998 // If there is a single device option, just generate the job for it.
2999 if (OA->hasSingleDeviceDependence()) {
3000 InputInfo DevA;
3001 OA->doOnEachDeviceDependence([&](Action *DepA, const ToolChain *DepTC,
3002 const char *DepBoundArch) {
3003 DevA =
3004 BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel,
3005 /*MultipleArchs*/ !!DepBoundArch, LinkingOutput,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003006 CachedResults, DepA->getOffloadingDeviceKind());
Samuel Antaod06239d2016-07-15 23:13:27 +00003007 });
3008 return DevA;
Artem Belevich0ff05cd2015-07-13 23:27:56 +00003009 }
Samuel Antaod06239d2016-07-15 23:13:27 +00003010
3011 // If 'Action 2' is host, we generate jobs for the device dependences and
3012 // override the current action with the host dependence. Otherwise, we
3013 // generate the host dependences and override the action with the device
3014 // dependence. The dependences can't therefore be a top-level action.
3015 OA->doOnEachDependence(
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003016 /*IsHostDependence=*/BuildingForOffloadDevice,
Samuel Antaod06239d2016-07-15 23:13:27 +00003017 [&](Action *DepA, const ToolChain *DepTC, const char *DepBoundArch) {
3018 OffloadDependencesInputInfo.push_back(BuildJobsForAction(
3019 C, DepA, DepTC, DepBoundArch, /*AtTopLevel=*/false,
3020 /*MultipleArchs*/ !!DepBoundArch, LinkingOutput, CachedResults,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003021 DepA->getOffloadingDeviceKind()));
Samuel Antaod06239d2016-07-15 23:13:27 +00003022 });
3023
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003024 A = BuildingForOffloadDevice
Samuel Antaod06239d2016-07-15 23:13:27 +00003025 ? OA->getSingleDeviceDependence(/*DoNotConsiderHostActions=*/true)
3026 : OA->getHostDependence();
Artem Belevich0ff05cd2015-07-13 23:27:56 +00003027 }
3028
Daniel Dunbare75d8342009-03-16 06:56:51 +00003029 if (const InputAction *IA = dyn_cast<InputAction>(A)) {
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00003030 // FIXME: It would be nice to not claim this here; maybe the old scheme of
3031 // just using Args was better?
Daniel Dunbar5cdf3e02009-03-19 07:29:38 +00003032 const Arg &Input = IA->getInputArg();
3033 Input.claim();
Daniel Dunbar35cbfeb2010-06-09 22:31:08 +00003034 if (Input.getOption().matches(options::OPT_INPUT)) {
Richard Smithbd55daf2012-11-01 04:30:05 +00003035 const char *Name = Input.getValue();
Justin Lebard98cea82016-01-11 23:15:21 +00003036 return InputInfo(A, Name, /* BaseInput = */ Name);
Douglas Katzman678d0cb2015-06-16 18:01:24 +00003037 }
Justin Lebard98cea82016-01-11 23:15:21 +00003038 return InputInfo(A, &Input, /* BaseInput = */ "");
Daniel Dunbare75d8342009-03-16 06:56:51 +00003039 }
3040
3041 if (const BindArchAction *BAA = dyn_cast<BindArchAction>(A)) {
Chad Rosiera78a6eb2012-04-27 16:50:38 +00003042 const ToolChain *TC;
Mehdi Aminic50b1a22016-10-07 21:27:26 +00003043 StringRef ArchName = BAA->getArchName();
Daniel Dunbar1ef3f2a2009-09-08 23:37:19 +00003044
Mehdi Aminic50b1a22016-10-07 21:27:26 +00003045 if (!ArchName.empty())
Andrey Turetskiy6a8b91d2016-04-21 10:16:48 +00003046 TC = &getToolChain(C.getArgs(),
3047 computeTargetTriple(*this, DefaultTargetTriple,
3048 C.getArgs(), ArchName));
Chad Rosiera78a6eb2012-04-27 16:50:38 +00003049 else
3050 TC = &C.getDefaultToolChain();
Daniel Dunbar1ef3f2a2009-09-08 23:37:19 +00003051
Nico Weber5a459f82016-02-23 19:30:43 +00003052 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel,
Samuel Antaod06239d2016-07-15 23:13:27 +00003053 MultipleArchs, LinkingOutput, CachedResults,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003054 TargetDeviceOffloadKind);
Daniel Dunbare75d8342009-03-16 06:56:51 +00003055 }
3056
Artem Belevich0ff05cd2015-07-13 23:27:56 +00003057
Daniel Dunbare75d8342009-03-16 06:56:51 +00003058 const ActionList *Inputs = &A->getInputs();
Daniel Dunbarc4343942010-02-03 03:07:56 +00003059
3060 const JobAction *JA = cast<JobAction>(A);
Samuel Antaod06239d2016-07-15 23:13:27 +00003061 ActionList CollapsedOffloadActions;
3062
Samuel Antao9c9d9cd2016-10-27 16:29:20 +00003063 ToolSelector TS(JA, *TC, C, isSaveTempsEnabled(), embedBitcodeEnabled());
3064 const Tool *T = TS.getTool(Inputs, CollapsedOffloadActions);
3065
Rafael Espindola79764462013-03-24 15:06:53 +00003066 if (!T)
Justin Lebar9eaa4892016-01-11 23:09:32 +00003067 return InputInfo();
Daniel Dunbare75d8342009-03-16 06:56:51 +00003068
Samuel Antaod06239d2016-07-15 23:13:27 +00003069 // If we've collapsed action list that contained OffloadAction we
3070 // need to build jobs for host/device-side inputs it may have held.
3071 for (const auto *OA : CollapsedOffloadActions)
3072 cast<OffloadAction>(OA)->doOnEachDependence(
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003073 /*IsHostDependence=*/BuildingForOffloadDevice,
Samuel Antaod06239d2016-07-15 23:13:27 +00003074 [&](Action *DepA, const ToolChain *DepTC, const char *DepBoundArch) {
3075 OffloadDependencesInputInfo.push_back(BuildJobsForAction(
Artem Belevichbee2f412016-08-22 18:50:34 +00003076 C, DepA, DepTC, DepBoundArch, /* AtTopLevel */ false,
Samuel Antaod06239d2016-07-15 23:13:27 +00003077 /*MultipleArchs=*/!!DepBoundArch, LinkingOutput, CachedResults,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003078 DepA->getOffloadingDeviceKind()));
Samuel Antaod06239d2016-07-15 23:13:27 +00003079 });
Artem Belevichf8144ab2015-08-27 18:10:41 +00003080
Daniel Dunbare75d8342009-03-16 06:56:51 +00003081 // Only use pipes when there is exactly one input.
Daniel Dunbar1a093d22009-03-18 06:00:36 +00003082 InputInfoList InputInfos;
Saleem Abdulrasoolda3f4e52014-12-29 21:02:47 +00003083 for (const Action *Input : *Inputs) {
Eric Christopher14668dd2013-02-18 00:38:25 +00003084 // Treat dsymutil and verify sub-jobs as being at the top-level too, they
3085 // shouldn't get temporary output names.
Daniel Dunbar6beaf512010-06-04 18:28:41 +00003086 // FIXME: Clean this up.
Justin Lebar9eaa4892016-01-11 23:09:32 +00003087 bool SubJobAtTopLevel =
3088 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A));
Samuel Antaod06239d2016-07-15 23:13:27 +00003089 InputInfos.push_back(BuildJobsForAction(
3090 C, Input, TC, BoundArch, SubJobAtTopLevel, MultipleArchs, LinkingOutput,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003091 CachedResults, A->getOffloadingDeviceKind()));
Daniel Dunbare75d8342009-03-16 06:56:51 +00003092 }
3093
Daniel Dunbare75d8342009-03-16 06:56:51 +00003094 // Always use the first input as the base input.
3095 const char *BaseInput = InputInfos[0].getBaseInput();
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003096
Daniel Dunbar6beaf512010-06-04 18:28:41 +00003097 // ... except dsymutil actions, which use their actual input as the base
3098 // input.
3099 if (JA->getType() == types::TY_dSYM)
3100 BaseInput = InputInfos[0].getFilename();
3101
Samuel Antaod06239d2016-07-15 23:13:27 +00003102 // Append outputs of offload device jobs to the input list
3103 if (!OffloadDependencesInputInfo.empty())
3104 InputInfos.append(OffloadDependencesInputInfo.begin(),
3105 OffloadDependencesInputInfo.end());
Artem Belevich0ff05cd2015-07-13 23:27:56 +00003106
Vedant Kumar18286cf2016-07-27 23:02:20 +00003107 // Set the effective triple of the toolchain for the duration of this job.
3108 llvm::Triple EffectiveTriple;
3109 const ToolChain &ToolTC = T->getToolChain();
Samuel Antao31fef982016-10-27 17:39:44 +00003110 const ArgList &Args =
3111 C.getArgsForToolChain(TC, BoundArch, A->getOffloadingDeviceKind());
Vedant Kumar18286cf2016-07-27 23:02:20 +00003112 if (InputInfos.size() != 1) {
3113 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args));
3114 } else {
3115 // Pass along the input type if it can be unambiguously determined.
3116 EffectiveTriple = llvm::Triple(
3117 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType()));
3118 }
3119 RegisterEffectiveTriple TripleRAII(ToolTC, EffectiveTriple);
3120
Daniel Dunbard00272f2010-08-02 02:38:15 +00003121 // Determine the place to write output to, if any.
Justin Lebar9eaa4892016-01-11 23:09:32 +00003122 InputInfo Result;
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003123 InputInfoList UnbundlingResults;
3124 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(JA)) {
3125 // If we have an unbundling job, we need to create results for all the
3126 // outputs. We also update the results cache so that other actions using
3127 // this unbundling action can get the right results.
3128 for (auto &UI : UA->getDependentActionsInfo()) {
3129 assert(UI.DependentOffloadKind != Action::OFK_None &&
3130 "Unbundling with no offloading??");
3131
3132 // Unbundling actions are never at the top level. When we generate the
3133 // offloading prefix, we also do that for the host file because the
3134 // unbundling action does not change the type of the output which can
3135 // cause a overwrite.
3136 std::string OffloadingPrefix = Action::GetOffloadingFileNamePrefix(
3137 UI.DependentOffloadKind,
3138 UI.DependentToolChain->getTriple().normalize(),
3139 /*CreatePrefixForHost=*/true);
3140 auto CurI = InputInfo(
3141 UA, GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch,
3142 /*AtTopLevel=*/false, MultipleArchs,
3143 OffloadingPrefix),
3144 BaseInput);
3145 // Save the unbundling result.
3146 UnbundlingResults.push_back(CurI);
3147
3148 // Get the unique string identifier for this dependence and cache the
3149 // result.
3150 CachedResults[{A, GetTriplePlusArchString(
3151 UI.DependentToolChain, UI.DependentBoundArch,
3152 UI.DependentOffloadKind)}] = CurI;
3153 }
3154
3155 // Now that we have all the results generated, select the one that should be
3156 // returned for the current depending action.
3157 std::pair<const Action *, std::string> ActionTC = {
3158 A, GetTriplePlusArchString(TC, BoundArch, TargetDeviceOffloadKind)};
3159 assert(CachedResults.find(ActionTC) != CachedResults.end() &&
3160 "Result does not exist??");
3161 Result = CachedResults[ActionTC];
3162 } else if (JA->getType() == types::TY_Nothing)
Justin Lebard98cea82016-01-11 23:15:21 +00003163 Result = InputInfo(A, BaseInput);
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003164 else {
3165 // We only have to generate a prefix for the host if this is not a top-level
3166 // action.
3167 std::string OffloadingPrefix = Action::GetOffloadingFileNamePrefix(
3168 A->getOffloadingDeviceKind(), TC->getTriple().normalize(),
3169 /*CreatePrefixForHost=*/!!A->getOffloadingHostActiveKinds() &&
3170 !AtTopLevel);
Justin Lebard98cea82016-01-11 23:15:21 +00003171 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch,
Samuel Antaod06239d2016-07-15 23:13:27 +00003172 AtTopLevel, MultipleArchs,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003173 OffloadingPrefix),
Justin Lebard98cea82016-01-11 23:15:21 +00003174 BaseInput);
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003175 }
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003176
Chad Rosierbe10f982011-08-02 17:58:04 +00003177 if (CCCPrintBindings && !CCGenDiagnostics) {
Rafael Espindola79764462013-03-24 15:06:53 +00003178 llvm::errs() << "# \"" << T->getToolChain().getTripleString() << '"'
3179 << " - \"" << T->getName() << "\", inputs: [";
Daniel Dunbarb39cc522009-03-17 22:47:06 +00003180 for (unsigned i = 0, e = InputInfos.size(); i != e; ++i) {
3181 llvm::errs() << InputInfos[i].getAsString();
3182 if (i + 1 != e)
3183 llvm::errs() << ", ";
3184 }
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003185 if (UnbundlingResults.empty())
3186 llvm::errs() << "], output: " << Result.getAsString() << "\n";
3187 else {
3188 llvm::errs() << "], outputs: [";
3189 for (unsigned i = 0, e = UnbundlingResults.size(); i != e; ++i) {
3190 llvm::errs() << UnbundlingResults[i].getAsString();
3191 if (i + 1 != e)
3192 llvm::errs() << ", ";
3193 }
3194 llvm::errs() << "] \n";
3195 }
Daniel Dunbarb39cc522009-03-17 22:47:06 +00003196 } else {
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003197 if (UnbundlingResults.empty())
3198 T->ConstructJob(
3199 C, *JA, Result, InputInfos,
3200 C.getArgsForToolChain(TC, BoundArch, JA->getOffloadingDeviceKind()),
3201 LinkingOutput);
3202 else
3203 T->ConstructJob(
3204 C, *JA, UnbundlingResults, InputInfos,
3205 C.getArgsForToolChain(TC, BoundArch, JA->getOffloadingDeviceKind()),
3206 LinkingOutput);
Daniel Dunbarb39cc522009-03-17 22:47:06 +00003207 }
Justin Lebar9eaa4892016-01-11 23:09:32 +00003208 return Result;
Daniel Dunbare75d8342009-03-16 06:56:51 +00003209}
3210
Hans Wennborga7707222015-01-09 17:38:53 +00003211const char *Driver::getDefaultImageName() const {
3212 llvm::Triple Target(llvm::Triple::normalize(DefaultTargetTriple));
3213 return Target.isOSWindows() ? "a.exe" : "a.out";
3214}
3215
Hans Wennborg2c21f742013-10-17 16:16:23 +00003216/// \brief Create output filename based on ArgValue, which could either be a
3217/// full filename, filename without extension, or a directory. If ArgValue
3218/// does not provide a filename, then use BaseName, and use the extension
3219/// suitable for FileType.
Hans Wennborg207fcf02013-08-12 21:56:42 +00003220static const char *MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue,
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003221 StringRef BaseName,
3222 types::ID FileType) {
Hans Wennborg207fcf02013-08-12 21:56:42 +00003223 SmallString<128> Filename = ArgValue;
Justin Bogner5aaf2e72014-06-26 20:59:36 +00003224
Hans Wennborgf1a74252013-09-10 20:18:04 +00003225 if (ArgValue.empty()) {
3226 // If the argument is empty, output to BaseName in the current dir.
3227 Filename = BaseName;
3228 } else if (llvm::sys::path::is_separator(Filename.back())) {
Hans Wennborg207fcf02013-08-12 21:56:42 +00003229 // If the argument is a directory, output to BaseName in that dir.
3230 llvm::sys::path::append(Filename, BaseName);
3231 }
3232
3233 if (!llvm::sys::path::has_extension(ArgValue)) {
3234 // If the argument didn't provide an extension, then set it.
3235 const char *Extension = types::getTypeTempSuffix(FileType, true);
Hans Wennborgf1a74252013-09-10 20:18:04 +00003236
3237 if (FileType == types::TY_Image &&
3238 Args.hasArg(options::OPT__SLASH_LD, options::OPT__SLASH_LDd)) {
3239 // The output file is a dll.
3240 Extension = "dll";
3241 }
3242
Hans Wennborg207fcf02013-08-12 21:56:42 +00003243 llvm::sys::path::replace_extension(Filename, Extension);
3244 }
3245
3246 return Args.MakeArgString(Filename.c_str());
3247}
3248
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003249const char *Driver::GetNamedOutputPath(Compilation &C, const JobAction &JA,
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003250 const char *BaseInput,
Mehdi Aminic50b1a22016-10-07 21:27:26 +00003251 StringRef BoundArch, bool AtTopLevel,
Samuel Antaod06239d2016-07-15 23:13:27 +00003252 bool MultipleArchs,
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003253 StringRef OffloadingPrefix) const {
Daniel Dunbar2608c542009-03-18 01:38:48 +00003254 llvm::PrettyStackTraceString CrashInfo("Computing output path");
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003255 // Output to a user requested destination?
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003256 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) {
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003257 if (Arg *FinalOutput = C.getArgs().getLastArg(options::OPT_o))
Chad Rosier633dcdc2013-01-24 19:14:47 +00003258 return C.addResultFile(FinalOutput->getValue(), &JA);
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003259 }
3260
Hans Wennborge0053472013-12-20 18:40:46 +00003261 // For /P, preprocess to file named after BaseInput.
3262 if (C.getArgs().hasArg(options::OPT__SLASH_P)) {
3263 assert(AtTopLevel && isa<PreprocessJobAction>(JA));
3264 StringRef BaseName = llvm::sys::path::filename(BaseInput);
Hans Wennborg04c764f2014-06-17 00:19:12 +00003265 StringRef NameArg;
Greg Bedwell065f70a2015-06-09 10:24:06 +00003266 if (Arg *A = C.getArgs().getLastArg(options::OPT__SLASH_Fi))
Hans Wennborg04c764f2014-06-17 00:19:12 +00003267 NameArg = A->getValue();
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003268 return C.addResultFile(
3269 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C),
3270 &JA);
Hans Wennborge0053472013-12-20 18:40:46 +00003271 }
3272
Nick Lewycky6e1ce292010-09-24 00:46:53 +00003273 // Default to writing to stdout?
Douglas Gregorbf7fc9c2013-03-27 16:47:18 +00003274 if (AtTopLevel && !CCGenDiagnostics &&
3275 (isa<PreprocessJobAction>(JA) || JA.getType() == types::TY_ModuleFile))
Nick Lewycky6e1ce292010-09-24 00:46:53 +00003276 return "-";
3277
Hans Wennborg2c21f742013-10-17 16:16:23 +00003278 // Is this the assembly listing for /FA?
3279 if (JA.getType() == types::TY_PP_Asm &&
3280 (C.getArgs().hasArg(options::OPT__SLASH_FA) ||
3281 C.getArgs().hasArg(options::OPT__SLASH_Fa))) {
3282 // Use /Fa and the input filename to determine the asm file name.
3283 StringRef BaseName = llvm::sys::path::filename(BaseInput);
3284 StringRef FaValue = C.getArgs().getLastArgValue(options::OPT__SLASH_Fa);
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003285 return C.addResultFile(
3286 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()),
3287 &JA);
Hans Wennborg2c21f742013-10-17 16:16:23 +00003288 }
3289
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003290 // Output to a temporary file?
Reid Kleckner68eb60b2015-02-02 22:41:48 +00003291 if ((!AtTopLevel && !isSaveTempsEnabled() &&
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003292 !C.getArgs().hasArg(options::OPT__SLASH_Fo)) ||
Chad Rosierbe10f982011-08-02 17:58:04 +00003293 CCGenDiagnostics) {
Chad Rosier97c37372011-08-26 22:27:02 +00003294 StringRef Name = llvm::sys::path::filename(BaseInput);
3295 std::pair<StringRef, StringRef> Split = Name.split('.');
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003296 std::string TmpName = GetTemporaryPath(
3297 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode()));
Daniel Dunbare627c1c2009-03-18 19:34:39 +00003298 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str()));
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003299 }
3300
Dylan Noblesmith2c1dd272012-02-05 02:13:05 +00003301 SmallString<128> BasePath(BaseInput);
Chris Lattner0e62c1c2011-07-23 10:55:15 +00003302 StringRef BaseName;
Daniel Dunbar67fea712011-03-25 18:16:51 +00003303
3304 // Dsymutil actions should use the full path.
Eric Christopher551ef452011-08-23 17:56:55 +00003305 if (isa<DsymutilJobAction>(JA) || isa<VerifyJobAction>(JA))
Daniel Dunbar67fea712011-03-25 18:16:51 +00003306 BaseName = BasePath;
3307 else
3308 BaseName = llvm::sys::path::filename(BasePath);
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003309
3310 // Determine what the derived output name should be.
3311 const char *NamedOutput;
Hans Wennborg2b89a262013-08-06 22:11:28 +00003312
Hans Wennborg625fba82016-10-04 21:01:04 +00003313 if ((JA.getType() == types::TY_Object || JA.getType() == types::TY_LTO_BC) &&
Ehsan Akhgari81f36b72014-09-11 18:16:21 +00003314 C.getArgs().hasArg(options::OPT__SLASH_Fo, options::OPT__SLASH_o)) {
3315 // The /Fo or /o flag decides the object filename.
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003316 StringRef Val =
3317 C.getArgs()
3318 .getLastArg(options::OPT__SLASH_Fo, options::OPT__SLASH_o)
3319 ->getValue();
3320 NamedOutput =
3321 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Object);
Hans Wennborg207fcf02013-08-12 21:56:42 +00003322 } else if (JA.getType() == types::TY_Image &&
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003323 C.getArgs().hasArg(options::OPT__SLASH_Fe,
3324 options::OPT__SLASH_o)) {
Ehsan Akhgari81f36b72014-09-11 18:16:21 +00003325 // The /Fe or /o flag names the linked file.
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003326 StringRef Val =
3327 C.getArgs()
3328 .getLastArg(options::OPT__SLASH_Fe, options::OPT__SLASH_o)
3329 ->getValue();
3330 NamedOutput =
3331 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Image);
Hans Wennborgf1a74252013-09-10 20:18:04 +00003332 } else if (JA.getType() == types::TY_Image) {
Hans Wennborg207fcf02013-08-12 21:56:42 +00003333 if (IsCLMode()) {
3334 // clang-cl uses BaseName for the executable name.
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003335 NamedOutput =
3336 MakeCLOutputFilename(C.getArgs(), "", BaseName, types::TY_Image);
Samuel Antao59efaed2016-10-27 17:31:22 +00003337 } else {
Hans Wennborga7707222015-01-09 17:38:53 +00003338 SmallString<128> Output(getDefaultImageName());
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003339 Output += OffloadingPrefix;
Samuel Antao59efaed2016-10-27 17:31:22 +00003340 if (MultipleArchs && !BoundArch.empty()) {
3341 Output += "-";
3342 Output.append(BoundArch);
3343 }
Chad Rosier35767232013-04-30 22:01:21 +00003344 NamedOutput = C.getArgs().MakeArgString(Output.c_str());
Nico Weber2ca4be92016-03-01 23:16:44 +00003345 }
3346 } else if (JA.getType() == types::TY_PCH && IsCLMode()) {
3347 NamedOutput = C.getArgs().MakeArgString(GetClPchPath(C, BaseName).c_str());
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003348 } else {
Hans Wennborg0a096a02013-09-05 17:05:56 +00003349 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003350 assert(Suffix && "All types used for output should have a suffix.");
3351
3352 std::string::size_type End = std::string::npos;
3353 if (!types::appendSuffixForType(JA.getType()))
3354 End = BaseName.rfind('.');
Chad Rosier35767232013-04-30 22:01:21 +00003355 SmallString<128> Suffixed(BaseName.substr(0, End));
Samuel Antao3b7e38b2016-10-27 18:14:55 +00003356 Suffixed += OffloadingPrefix;
Mehdi Aminic50b1a22016-10-07 21:27:26 +00003357 if (MultipleArchs && !BoundArch.empty()) {
Chad Rosier35767232013-04-30 22:01:21 +00003358 Suffixed += "-";
3359 Suffixed.append(BoundArch);
3360 }
Bob Wilson23a55f12014-12-21 07:00:00 +00003361 // When using both -save-temps and -emit-llvm, use a ".tmp.bc" suffix for
3362 // the unoptimized bitcode so that it does not get overwritten by the ".bc"
3363 // optimized bitcode output.
3364 if (!AtTopLevel && C.getArgs().hasArg(options::OPT_emit_llvm) &&
3365 JA.getType() == types::TY_LLVM_BC)
3366 Suffixed += ".tmp";
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003367 Suffixed += '.';
3368 Suffixed += Suffix;
3369 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str());
3370 }
3371
Reid Kleckner68eb60b2015-02-02 22:41:48 +00003372 // Prepend object file path if -save-temps=obj
3373 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) &&
3374 JA.getType() != types::TY_PCH) {
3375 Arg *FinalOutput = C.getArgs().getLastArg(options::OPT_o);
3376 SmallString<128> TempPath(FinalOutput->getValue());
3377 llvm::sys::path::remove_filename(TempPath);
3378 StringRef OutputFileName = llvm::sys::path::filename(NamedOutput);
3379 llvm::sys::path::append(TempPath, OutputFileName);
3380 NamedOutput = C.getArgs().MakeArgString(TempPath.c_str());
3381 }
3382
Chad Rosier62135492012-07-09 17:31:28 +00003383 // If we're saving temps and the temp file conflicts with the input file,
Chad Rosier5b58af02012-04-20 20:05:08 +00003384 // then avoid overwriting input file.
Reid Kleckner68eb60b2015-02-02 22:41:48 +00003385 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) {
Chad Rosier5b58af02012-04-20 20:05:08 +00003386 bool SameFile = false;
3387 SmallString<256> Result;
3388 llvm::sys::fs::current_path(Result);
3389 llvm::sys::path::append(Result, BaseName);
3390 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile);
3391 // Must share the same path to conflict.
3392 if (SameFile) {
3393 StringRef Name = llvm::sys::path::filename(BaseInput);
3394 std::pair<StringRef, StringRef> Split = Name.split('.');
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003395 std::string TmpName = GetTemporaryPath(
3396 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode()));
Chad Rosier5b58af02012-04-20 20:05:08 +00003397 return C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str()));
3398 }
Chad Rosierf8412cd2011-07-15 21:54:29 +00003399 }
3400
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00003401 // As an annoying special case, PCH generation doesn't strip the pathname.
Nico Weber8ab92192016-03-02 23:29:29 +00003402 if (JA.getType() == types::TY_PCH && !IsCLMode()) {
Michael J. Spencere1696752010-12-18 00:19:12 +00003403 llvm::sys::path::remove_filename(BasePath);
3404 if (BasePath.empty())
Daniel Dunbare6c83192009-03-18 09:58:30 +00003405 BasePath = NamedOutput;
3406 else
Michael J. Spencere1696752010-12-18 00:19:12 +00003407 llvm::sys::path::append(BasePath, NamedOutput);
Chad Rosier633dcdc2013-01-24 19:14:47 +00003408 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA);
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003409 } else {
Chad Rosier633dcdc2013-01-24 19:14:47 +00003410 return C.addResultFile(NamedOutput, &JA);
Daniel Dunbar7a178a42009-03-17 17:53:55 +00003411 }
3412}
3413
Mehdi Amini12011172016-10-06 05:11:48 +00003414std::string Driver::GetFilePath(StringRef Name, const ToolChain &TC) const {
Chandler Carruth84559242010-03-22 01:52:07 +00003415 // Respect a limited subset of the '-Bprefix' functionality in GCC by
Logan Chiencd679fd2012-10-04 08:08:56 +00003416 // attempting to use this prefix when looking for file paths.
Douglas Katzman26eabf62015-06-24 15:10:30 +00003417 for (const std::string &Dir : PrefixDirs) {
Joerg Sonnenberger6165ab12011-03-21 13:51:29 +00003418 if (Dir.empty())
3419 continue;
Douglas Katzman26eabf62015-06-24 15:10:30 +00003420 SmallString<128> P(Dir[0] == '=' ? SysRoot + Dir.substr(1) : Dir);
Rafael Espindola609a6642013-06-24 18:33:43 +00003421 llvm::sys::path::append(P, Name);
3422 if (llvm::sys::fs::exists(Twine(P)))
Chandler Carruth84559242010-03-22 01:52:07 +00003423 return P.str();
3424 }
3425
Rafael Espindola609a6642013-06-24 18:33:43 +00003426 SmallString<128> P(ResourceDir);
3427 llvm::sys::path::append(P, Name);
3428 if (llvm::sys::fs::exists(Twine(P)))
Peter Collingbournefa9771f2011-09-06 02:08:31 +00003429 return P.str();
3430
Douglas Katzman26eabf62015-06-24 15:10:30 +00003431 for (const std::string &Dir : TC.getFilePaths()) {
Joerg Sonnenberger6165ab12011-03-21 13:51:29 +00003432 if (Dir.empty())
3433 continue;
Douglas Katzman26eabf62015-06-24 15:10:30 +00003434 SmallString<128> P(Dir[0] == '=' ? SysRoot + Dir.substr(1) : Dir);
Rafael Espindola609a6642013-06-24 18:33:43 +00003435 llvm::sys::path::append(P, Name);
3436 if (llvm::sys::fs::exists(Twine(P)))
Daniel Dunbar1ce81532009-09-09 22:33:00 +00003437 return P.str();
Daniel Dunbar68b01a02009-03-18 20:26:19 +00003438 }
3439
Daniel Dunbar1ce81532009-09-09 22:33:00 +00003440 return Name;
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +00003441}
3442
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003443void Driver::generatePrefixedToolNames(
Mehdi Amini12011172016-10-06 05:11:48 +00003444 StringRef Tool, const ToolChain &TC,
Douglas Katzmana67e50c2015-06-26 15:47:46 +00003445 SmallVectorImpl<std::string> &Names) const {
Saleem Abdulrasoolf0ba6ce2014-10-25 23:33:21 +00003446 // FIXME: Needs a better variable than DefaultTargetTriple
Mehdi Amini12011172016-10-06 05:11:48 +00003447 Names.emplace_back((DefaultTargetTriple + "-" + Tool).str());
Benjamin Kramer3204b152015-05-29 19:42:19 +00003448 Names.emplace_back(Tool);
Vasileios Kalintirisc744e122015-11-12 15:26:54 +00003449
3450 // Allow the discovery of tools prefixed with LLVM's default target triple.
3451 std::string LLVMDefaultTargetTriple = llvm::sys::getDefaultTargetTriple();
3452 if (LLVMDefaultTargetTriple != DefaultTargetTriple)
Mehdi Amini12011172016-10-06 05:11:48 +00003453 Names.emplace_back((LLVMDefaultTargetTriple + "-" + Tool).str());
Saleem Abdulrasoolf0ba6ce2014-10-25 23:33:21 +00003454}
3455
Benjamin Kramer7111b912014-11-04 20:26:01 +00003456static bool ScanDirForExecutable(SmallString<128> &Dir,
3457 ArrayRef<std::string> Names) {
Saleem Abdulrasoolf0ba6ce2014-10-25 23:33:21 +00003458 for (const auto &Name : Names) {
3459 llvm::sys::path::append(Dir, Name);
3460 if (llvm::sys::fs::can_execute(Twine(Dir)))
3461 return true;
3462 llvm::sys::path::remove_filename(Dir);
3463 }
3464 return false;
3465}
3466
Mehdi Amini12011172016-10-06 05:11:48 +00003467std::string Driver::GetProgramPath(StringRef Name, const ToolChain &TC) const {
Saleem Abdulrasoolf0ba6ce2014-10-25 23:33:21 +00003468 SmallVector<std::string, 2> TargetSpecificExecutables;
3469 generatePrefixedToolNames(Name, TC, TargetSpecificExecutables);
3470
Chandler Carruth84559242010-03-22 01:52:07 +00003471 // Respect a limited subset of the '-Bprefix' functionality in GCC by
Logan Chiencd679fd2012-10-04 08:08:56 +00003472 // attempting to use this prefix when looking for program paths.
Saleem Abdulrasool23d99b12014-09-16 03:48:32 +00003473 for (const auto &PrefixDir : PrefixDirs) {
3474 if (llvm::sys::fs::is_directory(PrefixDir)) {
3475 SmallString<128> P(PrefixDir);
Saleem Abdulrasoolf0ba6ce2014-10-25 23:33:21 +00003476 if (ScanDirForExecutable(P, TargetSpecificExecutables))
Rafael Espindola8be5c052013-06-19 13:24:29 +00003477 return P.str();
Simon Atanasyana47ba292012-10-31 14:39:28 +00003478 } else {
Mehdi Amini12011172016-10-06 05:11:48 +00003479 SmallString<128> P((PrefixDir + Name).str());
Rafael Espindola609a6642013-06-24 18:33:43 +00003480 if (llvm::sys::fs::can_execute(Twine(P)))
Rafael Espindola8be5c052013-06-19 13:24:29 +00003481 return P.str();
Simon Atanasyan86bdab72012-10-31 12:01:53 +00003482 }
Chandler Carruth84559242010-03-22 01:52:07 +00003483 }
3484
Daniel Dunbar68b01a02009-03-18 20:26:19 +00003485 const ToolChain::path_list &List = TC.getProgramPaths();
Saleem Abdulrasool23d99b12014-09-16 03:48:32 +00003486 for (const auto &Path : List) {
3487 SmallString<128> P(Path);
Saleem Abdulrasoolf0ba6ce2014-10-25 23:33:21 +00003488 if (ScanDirForExecutable(P, TargetSpecificExecutables))
Rafael Espindola8be5c052013-06-19 13:24:29 +00003489 return P.str();
Daniel Dunbar68b01a02009-03-18 20:26:19 +00003490 }
3491
Daniel Dunbar76ce7412009-03-23 16:15:50 +00003492 // If all else failed, search the path.
Michael J. Spencerb011d482014-11-07 21:30:32 +00003493 for (const auto &TargetSpecificExecutable : TargetSpecificExecutables)
3494 if (llvm::ErrorOr<std::string> P =
3495 llvm::sys::findProgramByName(TargetSpecificExecutable))
Michael J. Spencer04162ea2014-11-04 01:30:55 +00003496 return *P;
Daniel Dunbar6f668772009-03-18 21:34:08 +00003497
Daniel Dunbar1ce81532009-09-09 22:33:00 +00003498 return Name;
Daniel Dunbar5e0f6af2009-03-13 00:51:18 +00003499}
3500
Mehdi Amini12011172016-10-06 05:11:48 +00003501std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const {
Rafael Espindola37d229d2013-06-25 04:26:55 +00003502 SmallString<128> Path;
Rafael Espindolac0809172014-06-12 14:02:15 +00003503 std::error_code EC = llvm::sys::fs::createTemporaryFile(Prefix, Suffix, Path);
Rafael Espindola37d229d2013-06-25 04:26:55 +00003504 if (EC) {
3505 Diag(clang::diag::err_unable_to_make_temp) << EC.message();
Daniel Dunbare627c1c2009-03-18 19:34:39 +00003506 return "";
3507 }
3508
Rafael Espindola37d229d2013-06-25 04:26:55 +00003509 return Path.str();
Daniel Dunbare627c1c2009-03-18 19:34:39 +00003510}
3511
Nico Weber2ca4be92016-03-01 23:16:44 +00003512std::string Driver::GetClPchPath(Compilation &C, StringRef BaseName) const {
3513 SmallString<128> Output;
3514 if (Arg *FpArg = C.getArgs().getLastArg(options::OPT__SLASH_Fp)) {
3515 // FIXME: If anybody needs it, implement this obscure rule:
3516 // "If you specify a directory without a file name, the default file name
3517 // is VCx0.pch., where x is the major version of Visual C++ in use."
3518 Output = FpArg->getValue();
3519
3520 // "If you do not specify an extension as part of the path name, an
3521 // extension of .pch is assumed. "
3522 if (!llvm::sys::path::has_extension(Output))
3523 Output += ".pch";
3524 } else {
3525 Output = BaseName;
3526 llvm::sys::path::replace_extension(Output, ".pch");
3527 }
3528 return Output.str();
3529}
3530
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003531const ToolChain &Driver::getToolChain(const ArgList &Args,
Artem Belevich959e0542015-07-10 19:47:55 +00003532 const llvm::Triple &Target) const {
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003533
Chandler Carruthd7fa2e02012-01-31 02:21:20 +00003534 ToolChain *&TC = ToolChains[Target.str()];
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003535 if (!TC) {
3536 switch (Target.getOS()) {
Reid Kleckner330fb172016-05-11 16:19:05 +00003537 case llvm::Triple::Haiku:
3538 TC = new toolchains::Haiku(*this, Target, Args);
3539 break;
Ed Schouten3c3e58c2015-03-26 11:13:44 +00003540 case llvm::Triple::CloudABI:
3541 TC = new toolchains::CloudABI(*this, Target, Args);
3542 break;
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003543 case llvm::Triple::Darwin:
3544 case llvm::Triple::MacOSX:
3545 case llvm::Triple::IOS:
Tim Northover6f3ff222015-10-30 16:30:27 +00003546 case llvm::Triple::TvOS:
3547 case llvm::Triple::WatchOS:
Rafael Espindola14627962013-11-24 23:28:23 +00003548 TC = new toolchains::DarwinClang(*this, Target, Args);
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003549 break;
3550 case llvm::Triple::DragonFly:
Rafael Espindola1af7c212012-02-19 01:38:32 +00003551 TC = new toolchains::DragonFly(*this, Target, Args);
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003552 break;
3553 case llvm::Triple::OpenBSD:
Rafael Espindola1af7c212012-02-19 01:38:32 +00003554 TC = new toolchains::OpenBSD(*this, Target, Args);
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003555 break;
Eli Friedman9fa28852012-08-08 23:57:20 +00003556 case llvm::Triple::Bitrig:
3557 TC = new toolchains::Bitrig(*this, Target, Args);
3558 break;
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003559 case llvm::Triple::NetBSD:
Rafael Espindola1af7c212012-02-19 01:38:32 +00003560 TC = new toolchains::NetBSD(*this, Target, Args);
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003561 break;
3562 case llvm::Triple::FreeBSD:
Rafael Espindola1af7c212012-02-19 01:38:32 +00003563 TC = new toolchains::FreeBSD(*this, Target, Args);
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003564 break;
3565 case llvm::Triple::Minix:
Rafael Espindola1af7c212012-02-19 01:38:32 +00003566 TC = new toolchains::Minix(*this, Target, Args);
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003567 break;
3568 case llvm::Triple::Linux:
Andrey Turetskiy4798eb62016-06-16 10:36:09 +00003569 case llvm::Triple::ELFIAMCU:
Chandler Carruthcf705b22012-01-25 21:03:58 +00003570 if (Target.getArch() == llvm::Triple::hexagon)
Douglas Katzman54366072015-07-27 16:53:08 +00003571 TC = new toolchains::HexagonToolChain(*this, Target, Args);
Vasileios Kalintirisc744e122015-11-12 15:26:54 +00003572 else if ((Target.getVendor() == llvm::Triple::MipsTechnologies) &&
3573 !Target.hasEnvironment())
3574 TC = new toolchains::MipsLLVMToolChain(*this, Target, Args);
Chandler Carruthcf705b22012-01-25 21:03:58 +00003575 else
Rafael Espindola1af7c212012-02-19 01:38:32 +00003576 TC = new toolchains::Linux(*this, Target, Args);
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003577 break;
Derek Schuff6ab52fa2015-03-30 20:31:33 +00003578 case llvm::Triple::NaCl:
Douglas Katzman54366072015-07-27 16:53:08 +00003579 TC = new toolchains::NaClToolChain(*this, Target, Args);
Derek Schuff6ab52fa2015-03-30 20:31:33 +00003580 break;
Petr Hosek62e1d232016-10-06 06:08:09 +00003581 case llvm::Triple::Fuchsia:
3582 TC = new toolchains::Fuchsia(*this, Target, Args);
3583 break;
David Chisnallf571cde2012-02-15 13:39:01 +00003584 case llvm::Triple::Solaris:
Rafael Espindola1af7c212012-02-19 01:38:32 +00003585 TC = new toolchains::Solaris(*this, Target, Args);
David Chisnallf571cde2012-02-15 13:39:01 +00003586 break;
Tom Stellard8fa33092015-07-18 01:49:05 +00003587 case llvm::Triple::AMDHSA:
3588 TC = new toolchains::AMDGPUToolChain(*this, Target, Args);
3589 break;
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003590 case llvm::Triple::Win32:
Saleem Abdulrasool377066a2014-03-27 22:50:18 +00003591 switch (Target.getEnvironment()) {
3592 default:
3593 if (Target.isOSBinFormatELF())
3594 TC = new toolchains::Generic_ELF(*this, Target, Args);
3595 else if (Target.isOSBinFormatMachO())
3596 TC = new toolchains::MachO(*this, Target, Args);
3597 else
3598 TC = new toolchains::Generic_GCC(*this, Target, Args);
3599 break;
3600 case llvm::Triple::GNU:
Yaron Keren1c0070c2015-07-02 04:45:27 +00003601 TC = new toolchains::MinGW(*this, Target, Args);
Saleem Abdulrasool377066a2014-03-27 22:50:18 +00003602 break;
Saleem Abdulrasool543a78b2014-10-24 03:13:37 +00003603 case llvm::Triple::Itanium:
3604 TC = new toolchains::CrossWindowsToolChain(*this, Target, Args);
3605 break;
Saleem Abdulrasool377066a2014-03-27 22:50:18 +00003606 case llvm::Triple::MSVC:
3607 case llvm::Triple::UnknownEnvironment:
Saleem Abdulrasool819f3912014-10-22 02:37:29 +00003608 TC = new toolchains::MSVCToolChain(*this, Target, Args);
Saleem Abdulrasool377066a2014-03-27 22:50:18 +00003609 break;
3610 }
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003611 break;
Artem Belevich0ff05cd2015-07-13 23:27:56 +00003612 case llvm::Triple::CUDA:
3613 TC = new toolchains::CudaToolChain(*this, Target, Args);
3614 break;
Filipe Cabecinhasc888e192015-10-14 12:25:43 +00003615 case llvm::Triple::PS4:
3616 TC = new toolchains::PS4CPU(*this, Target, Args);
3617 break;
David L Kreitzerd397ea42016-10-14 20:44:33 +00003618 case llvm::Triple::Contiki:
3619 TC = new toolchains::Contiki(*this, Target, Args);
3620 break;
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003621 default:
Douglas Katzman9f5e70e2015-05-26 18:01:33 +00003622 // Of these targets, Hexagon is the only one that might have
3623 // an OS of Linux, in which case it got handled above already.
Douglas Katzman15a63ed2015-08-12 18:36:12 +00003624 switch (Target.getArch()) {
3625 case llvm::Triple::tce:
Rafael Espindola84b588b2013-03-18 18:10:27 +00003626 TC = new toolchains::TCEToolChain(*this, Target, Args);
Douglas Katzman15a63ed2015-08-12 18:36:12 +00003627 break;
3628 case llvm::Triple::hexagon:
Douglas Katzman54366072015-07-27 16:53:08 +00003629 TC = new toolchains::HexagonToolChain(*this, Target, Args);
Douglas Katzman15a63ed2015-08-12 18:36:12 +00003630 break;
Jacques Pienaard964cc22016-03-28 21:02:54 +00003631 case llvm::Triple::lanai:
3632 TC = new toolchains::LanaiToolChain(*this, Target, Args);
3633 break;
Douglas Katzman15a63ed2015-08-12 18:36:12 +00003634 case llvm::Triple::xcore:
Douglas Katzman54366072015-07-27 16:53:08 +00003635 TC = new toolchains::XCoreToolChain(*this, Target, Args);
Douglas Katzman15a63ed2015-08-12 18:36:12 +00003636 break;
Dan Gohmanc2853072015-09-03 22:51:53 +00003637 case llvm::Triple::wasm32:
3638 case llvm::Triple::wasm64:
3639 TC = new toolchains::WebAssembly(*this, Target, Args);
3640 break;
Douglas Katzman15a63ed2015-08-12 18:36:12 +00003641 default:
Douglas Katzmand6e597c2015-09-17 19:56:40 +00003642 if (Target.getVendor() == llvm::Triple::Myriad)
3643 TC = new toolchains::MyriadToolChain(*this, Target, Args);
3644 else if (Target.isOSBinFormatELF())
Douglas Katzman15a63ed2015-08-12 18:36:12 +00003645 TC = new toolchains::Generic_ELF(*this, Target, Args);
3646 else if (Target.isOSBinFormatMachO())
3647 TC = new toolchains::MachO(*this, Target, Args);
3648 else
3649 TC = new toolchains::Generic_GCC(*this, Target, Args);
3650 }
Chandler Carruth2ad5de12012-01-25 11:01:57 +00003651 }
3652 }
3653 return *TC;
Daniel Dunbar4dff6a42009-03-10 23:41:59 +00003654}
Daniel Dunbar8fa879d2009-03-24 18:57:02 +00003655
Rafael Espindola2f69d402013-03-18 15:33:26 +00003656bool Driver::ShouldUseClangCompiler(const JobAction &JA) const {
Douglas Katzman00249092015-06-12 15:45:21 +00003657 // Say "no" if there is not exactly one input of a type clang understands.
Nico Weber5a459f82016-02-23 19:30:43 +00003658 if (JA.size() != 1 ||
3659 !types::isAcceptedByClang((*JA.input_begin())->getType()))
Nick Lewycky5cc9ebb2012-11-15 05:36:36 +00003660 return false;
3661
Douglas Katzman00249092015-06-12 15:45:21 +00003662 // And say "no" if this is not a kind of action clang understands.
Nick Lewycky5cc9ebb2012-11-15 05:36:36 +00003663 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) &&
Bob Wilson23a55f12014-12-21 07:00:00 +00003664 !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA))
Nick Lewycky5cc9ebb2012-11-15 05:36:36 +00003665 return false;
3666
3667 return true;
3668}
3669
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00003670/// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and return the
3671/// grouped values as integers. Numbers which are not provided are set to 0.
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003672///
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00003673/// \return True if the entire string was parsed (9.2), or all groups were
3674/// parsed (10.3.5extrastuff).
Mehdi Amini12011172016-10-06 05:11:48 +00003675bool Driver::GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
3676 unsigned &Micro, bool &HadExtra) {
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003677 HadExtra = false;
3678
3679 Major = Minor = Micro = 0;
Mehdi Amini12011172016-10-06 05:11:48 +00003680 if (Str.empty())
Bob Wilson433cb312015-04-07 01:03:35 +00003681 return false;
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003682
Mehdi Amini12011172016-10-06 05:11:48 +00003683 if (Str.consumeInteger(10, Major))
3684 return false;
3685 if (Str.empty())
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003686 return true;
Mehdi Amini12011172016-10-06 05:11:48 +00003687 if (Str[0] != '.')
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003688 return false;
Daniel Dunbarf26a7ab2009-09-08 23:36:43 +00003689
Mehdi Amini12011172016-10-06 05:11:48 +00003690 Str = Str.drop_front(1);
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003691
Mehdi Amini12011172016-10-06 05:11:48 +00003692 if (Str.consumeInteger(10, Minor))
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003693 return false;
Mehdi Amini12011172016-10-06 05:11:48 +00003694 if (Str.empty())
3695 return true;
3696 if (Str[0] != '.')
3697 return false;
3698 Str = Str.drop_front(1);
3699
3700 if (Str.consumeInteger(10, Micro))
3701 return false;
3702 if (!Str.empty())
3703 HadExtra = true;
Daniel Dunbarc7fd57a2009-03-26 15:58:36 +00003704 return true;
3705}
Hans Wennborg6ddc6902013-07-27 00:23:45 +00003706
Bruno Cardoso Lopes8ed5cac2016-03-31 02:45:46 +00003707/// Parse digits from a string \p Str and fulfill \p Digits with
3708/// the parsed numbers. This method assumes that the max number of
3709/// digits to look for is equal to Digits.size().
3710///
3711/// \return True if the entire string was parsed and there are
3712/// no extra characters remaining at the end.
Mehdi Amini12011172016-10-06 05:11:48 +00003713bool Driver::GetReleaseVersion(StringRef Str,
Bruno Cardoso Lopes8ed5cac2016-03-31 02:45:46 +00003714 MutableArrayRef<unsigned> Digits) {
Mehdi Amini12011172016-10-06 05:11:48 +00003715 if (Str.empty())
Bruno Cardoso Lopes8ed5cac2016-03-31 02:45:46 +00003716 return false;
3717
Bruno Cardoso Lopes8ed5cac2016-03-31 02:45:46 +00003718 unsigned CurDigit = 0;
3719 while (CurDigit < Digits.size()) {
Mehdi Amini12011172016-10-06 05:11:48 +00003720 unsigned Digit;
3721 if (Str.consumeInteger(10, Digit))
Bruno Cardoso Lopes8ed5cac2016-03-31 02:45:46 +00003722 return false;
Mehdi Amini12011172016-10-06 05:11:48 +00003723 Digits[CurDigit] = Digit;
3724 if (Str.empty())
3725 return true;
3726 if (Str[0] != '.')
3727 return false;
3728 Str = Str.drop_front(1);
Bruno Cardoso Lopes8ed5cac2016-03-31 02:45:46 +00003729 CurDigit++;
3730 }
3731
3732 // More digits than requested, bail out...
3733 return false;
3734}
3735
Hans Wennborg6ddc6902013-07-27 00:23:45 +00003736std::pair<unsigned, unsigned> Driver::getIncludeExcludeOptionFlagMasks() const {
3737 unsigned IncludedFlagsBitmask = 0;
Rafael Espindolacc707bc2013-09-25 15:54:41 +00003738 unsigned ExcludedFlagsBitmask = options::NoDriverOption;
Hans Wennborg6ddc6902013-07-27 00:23:45 +00003739
3740 if (Mode == CLMode) {
Hans Wennborg19076102013-07-31 20:51:53 +00003741 // Include CL and Core options.
3742 IncludedFlagsBitmask |= options::CLOption;
3743 IncludedFlagsBitmask |= options::CoreOption;
Hans Wennborg6ddc6902013-07-27 00:23:45 +00003744 } else {
3745 ExcludedFlagsBitmask |= options::CLOption;
3746 }
3747
3748 return std::make_pair(IncludedFlagsBitmask, ExcludedFlagsBitmask);
3749}
Benjamin Kramerab88f622014-03-25 18:02:07 +00003750
Douglas Katzmanf08fadf2015-06-04 14:40:44 +00003751bool clang::driver::isOptimizationLevelFast(const ArgList &Args) {
Benjamin Kramerab88f622014-03-25 18:02:07 +00003752 return Args.hasFlag(options::OPT_Ofast, options::OPT_O_Group, false);
3753}