[clang] [flang] [flang][Driver] Support -nodefaultlibs, -nostartfiles and -nostdlib (PR #72601)
Brad Smith via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 10:50:32 PST 2023
================
@@ -5152,7 +5152,8 @@ def : Flag<["-"], "nocudalib">, Alias<nogpulib>;
def gpulibc : Flag<["-"], "gpulibc">, Visibility<[ClangOption, CC1Option]>,
HelpText<"Link the LLVM C Library for GPUs">;
def nogpulibc : Flag<["-"], "nogpulibc">, Visibility<[ClangOption, CC1Option]>;
-def nodefaultlibs : Flag<["-"], "nodefaultlibs">;
----------------
brad0 wrote:
Ok, I'll remove them. It is easy enough to add them later on. I just don't want to tack on too many options if it does not make any sense and/or serves no purpose.
https://github.com/llvm/llvm-project/pull/72601
More information about the cfe-commits
mailing list