Add base variables for windows clang

This just copies most of what exists for clang on Linux, but doesn't
actually turn on clang support.

Bug: 69933068
Test: m nothing; compare ninja files
Change-Id: I2cf203026e7ced32004a91d7f3baf4a6415085eb
This commit is contained in:
Dan Willemsen
2017-11-30 13:31:26 -08:00
parent 85c87cef01
commit 01f388c343
2 changed files with 65 additions and 8 deletions

View File

@@ -77,6 +77,9 @@ var ClangUnknownCflags = sorted([]string{
"-fno-inline-functions-called-once",
"-mfpmath=sse",
"-mbionic",
// windows
"--enable-stdcall-fixup",
})
var ClangLibToolingUnknownCflags = []string{