diff options
author | Alex Lorenz <arphaman@gmail.com> | 2018-06-28 23:23:45 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2018-06-28 23:23:45 +0000 |
commit | 9b1baabc4e8c0c7c90c0a0a9e15307f73fecf076 (patch) | |
tree | 0eab399fe3793acdcbef03f66aad1b429edec6af /lldb/packages/Python/lldbsuite/test | |
parent | 0cf1f15e8337ee9acaf5265aec927ca72ffbe44e (diff) | |
download | bcm5719-llvm-9b1baabc4e8c0c7c90c0a0a9e15307f73fecf076.tar.gz bcm5719-llvm-9b1baabc4e8c0c7c90c0a0a9e15307f73fecf076.zip |
[frontend] Don't include the C++ stdlib for -x assembler-with-cpp
The new C++ stdlib warning added in r335081 gets
triggered when compiling an assembly file with -x assembler-with-cpp.
This commit ensures that the C++ stdlib is not included when compiling assembly.
In general, it's not really useful to include the C++ stdlib search path when
compiling assembly source.
rdar://41359632
Differential Revision: https://reviews.llvm.org/D48736
llvm-svn: 335940
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions