jhuber6 added inline comments.
Comment at: clang/include/clang/Driver/Options.td:1056
+def libomptarget_nvptx_math_bc_path_EQ : Joined<["--"],
"libomptarget-nvptx-math-bc-path=">,
+ Group, HelpText<"Path to libomptarget-nvptx math bitcode library">;
def dD : Flag<["-"], "dD">,
JonChesterfield added inline comments.
Comment at: clang/include/clang/Driver/Options.td:1056
+def libomptarget_nvptx_math_bc_path_EQ : Joined<["--"],
"libomptarget-nvptx-math-bc-path=">,
+ Group, HelpText<"Path to libomptarget-nvptx math bitcode library">;
def dD : Flag<["-"]
jdoerfert added inline comments.
Comment at: clang/include/clang/Driver/Options.td:1056
+def libomptarget_nvptx_math_bc_path_EQ : Joined<["--"],
"libomptarget-nvptx-math-bc-path=">,
+ Group, HelpText<"Path to libomptarget-nvptx math bitcode library">;
def dD : Flag<["-"], "dD"
jhuber6 created this revision.
jhuber6 added reviewers: JonChesterfield, tianshilei1992, jdoerfert,
ggeorgakoudis.
Herald added subscribers: asavonic, dang, kerbowa, guansong, yaxunl, jvesely.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: cfe-com