]> granicus.if.org Git - clang/commit
Document that Multilib flags must be actual flags
authorJonathan Roelofs <jonathan@codesourcery.com>
Fri, 5 May 2017 00:18:27 +0000 (00:18 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Fri, 5 May 2017 00:18:27 +0000 (00:18 +0000)
commit5b63c98542edf7a2481d030cc3c4090fa2b870bd
tree246899e18925989bf4af00b5d0e7d22158d19bf4
parentea3a0ef86d3f4d8f859f9eca4ef97134484c2610
Document that Multilib flags must be actual flags

This is because -print-multi-lib depends on them being flags for correctness.

Fixes a case of this in the arm-android multilib selection logic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302207 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Multilib.h
lib/Driver/ToolChains/Gnu.cpp
test/Driver/android-ndk-standalone.cpp