]> granicus.if.org Git - clang/commit
Fix the -print-multi-directory flag to print the selected multilib.
authorChristian Bruel <christian.bruel@st.com>
Thu, 6 Sep 2018 14:03:44 +0000 (14:03 +0000)
committerChristian Bruel <christian.bruel@st.com>
Thu, 6 Sep 2018 14:03:44 +0000 (14:03 +0000)
commit7699dded748874f86b3aeeef34b406d4d16de018
treecfb8ed655d7dce0d15bad20e4a98ddf82455e098
parent23a0e9ffba00bb559554d64e2cfc17aed71a5fea
Fix the -print-multi-directory flag to print the selected multilib.

Summary: Fix -print-multi-directory to print the selected multilib

Reviewers: jroelofs

Reviewed By: jroelofs

Subscribers: jroelofs, timshen, thakis, srhines, cfe-commits

Differential Revision: https://reviews.llvm.org/D51354

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341547 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ToolChain.h
lib/Driver/Driver.cpp
lib/Driver/ToolChains/Linux.cpp
test/Driver/print-multi-directory.c [new file with mode: 0644]