platform_build_soong/cc/config
Pirama Arumuga Nainar 8a852e7694 Use clang for windows host modules
Bug: http://b/69933068

- Remove GCC's intrinsic header path so Clang's headers get included.
- Add '-B' with GCC's binary directory so Clang detects the linker.
- Bug: http://b/109759970 - Pass '--allow-multiple-definition' linker
flag to deal with ld.bfd's inability to handle Clang-generated section
names is fixed.
- Bug: http://b/110800681 - lld cannot link Android's Windows modules
yet

Test: m native-host-cross and run adb_test.exe under wine.

Change-Id: I9be9cfc34a47cbeee04024438dea214305112eaa
2018-06-25 18:36:50 -07:00
..
arm64_device.go Remove workaround for cortex-a55/a75 2018-06-15 23:15:54 +00:00
arm_device.go Remove workaround for cortex-a55/a75 2018-06-15 23:15:54 +00:00
cfi_exports.map Revert "Revert "Build system changes for CFI (Soong)"" 2017-11-01 12:50:01 -07:00
clang.go Revert "Revert "Revert "Move -Wno-enum-compare{,-switch} to external cflags""" 2018-06-13 07:36:05 +00:00
global.go Add lld --no-rosegment flag to work with unwinder. 2018-06-11 15:07:34 -07:00
integer_overflow_blacklist.txt Add integer_overflow sanitization build option. 2017-07-07 09:52:23 -07:00
mips64_device.go Add USE_CLANG_LLD and use_clang_lld. 2018-04-12 14:37:35 -07:00
mips_device.go Add USE_CLANG_LLD and use_clang_lld. 2018-04-12 14:37:35 -07:00
tidy.go Switch PackageContext functions to take a ctx 2018-03-12 15:48:26 -07:00
tidy_test.go Add clang-tidy support 2016-10-31 16:21:01 -07:00
toolchain.go Soong support for Scudo 2018-06-19 09:46:09 -07:00
x86_64_device.go Add USE_CLANG_LLD and use_clang_lld. 2018-04-12 14:37:35 -07:00
x86_darwin_host.go Define clang lld flags for hosts. 2018-04-17 16:01:08 -07:00
x86_device.go Add USE_CLANG_LLD and use_clang_lld. 2018-04-12 14:37:35 -07:00
x86_linux_bionic_host.go Revert "Support coverage instrumentation for Linux host" 2018-04-23 22:44:39 +00:00
x86_linux_host.go Revert "Support coverage instrumentation for Linux host" 2018-04-23 22:44:39 +00:00
x86_windows_host.go Use clang for windows host modules 2018-06-25 18:36:50 -07:00