diff options
| author | 2019-10-03 16:04:52 -0700 | |
|---|---|---|
| committer | 2019-10-03 16:04:52 -0700 | |
| commit | 84783a776e846bfa628e0d9732ab2d7365017970 (patch) | |
| tree | 9c6e7ce2ac539780bc08c9bcd2ea5378911654d3 /tools/warn/java_warn_patterns.py | |
| parent | 147f46ba723143840d34adb92fbc942816a5bb36 (diff) | |
Use -nostdlib++ instead of -nodefaultlibs
Host builds using libc++ used -nodefaultlibs to turn off the default
C++ runtime, and then added back all the other necessary libraries.
Clang supports -nostdlib++ since https://reviews.llvm.org/D47115
that removes the C++ runtime without affecting the other default
libraries. Use -nostdlib++, and remove the lists of default
libraries.
Test: m checkbuild
Change-Id: Ib8b761534f64fd7f881e14598e514783678e0b35
Diffstat (limited to 'tools/warn/java_warn_patterns.py')
0 files changed, 0 insertions, 0 deletions