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)
commit55bec44c9ce82f42e41dddf2becbf2bed566d592
tree3006be56f582b5bfc03493f0762ecff67d2fef97
parentbedc85fb4b9dbea4f2a8e5ca5ec374e9c233fe33
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.

llvm-svn: 302207
clang/include/clang/Driver/Multilib.h
clang/lib/Driver/ToolChains/Gnu.cpp
clang/test/Driver/android-ndk-standalone.cpp