[flang-commits] [clang] [flang] [flang] Add MSC_VER and target arch defines when targeting the MSVC ABI (PR #73250)

David Truby via flang-commits flang-commits at lists.llvm.org
Thu Nov 30 08:24:34 PST 2023


================
@@ -204,6 +204,29 @@ void Flang::AddAArch64TargetArgs(const ArgList &Args,
   }
 }
 
+static void addVSDefines(const ToolChain &TC, const ArgList &Args,
----------------
DavidTruby wrote:

I named it this way to match processVSRuntimeLibs which I stole from clang :)

https://github.com/llvm/llvm-project/pull/73250


More information about the flang-commits mailing list