From 7faa4d59a858ef0d7eef77c2ae8e8194c2d87385 Mon Sep 17 00:00:00 2001 From: Stephan Szabo Date: Wed, 21 Nov 2018 09:31:00 -0800 Subject: Add placeholder CUDA json flag tables Generate json flag tables from initial placeholder headers Original header commit v3.9.0-rc1~431^2~10 The CUDA Toolkit's VS integration defines abstractions for both options to `nvcc` and options to pass through `-Xcompiler` to the host MSVC. We need a separate flag table to parse each set of flags into the corresponding abstractions. Add empty placeholders for these tables. --- Templates/MSBuild/FlagTables/v10_Cuda.json | 2 ++ Templates/MSBuild/FlagTables/v10_CudaHost.json | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 Templates/MSBuild/FlagTables/v10_Cuda.json create mode 100644 Templates/MSBuild/FlagTables/v10_CudaHost.json (limited to 'Templates/MSBuild/FlagTables') diff --git a/Templates/MSBuild/FlagTables/v10_Cuda.json b/Templates/MSBuild/FlagTables/v10_Cuda.json new file mode 100644 index 0000000000..0d4f101c7a --- /dev/null +++ b/Templates/MSBuild/FlagTables/v10_Cuda.json @@ -0,0 +1,2 @@ +[ +] diff --git a/Templates/MSBuild/FlagTables/v10_CudaHost.json b/Templates/MSBuild/FlagTables/v10_CudaHost.json new file mode 100644 index 0000000000..0d4f101c7a --- /dev/null +++ b/Templates/MSBuild/FlagTables/v10_CudaHost.json @@ -0,0 +1,2 @@ +[ +] -- cgit v1.2.1