[flang-commits] [clang-tools-extra] [libcxx] [lld] [libcxxabi] [libc] [flang] [lldb] [llvm] [clang] [flang] Pass Argv0 to getIntriniscDir and getOpenMPHeadersDir (PR #73254)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Nov 30 10:29:58 PST 2023
================
@@ -101,6 +101,8 @@ class CompilerInvocation : public CompilerInvocationBase {
bool warnAsErr = false;
+ const char *argv0;
----------------
kiranchandramohan wrote:
Nit: This is probably obvious but will be good to add executable name as a comment above.
https://github.com/llvm/llvm-project/pull/73254
More information about the flang-commits
mailing list