]> granicus.if.org Git - clang/commit
[driver] Do not pass target triple to the MultilibSet include dirs callback
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 19 May 2016 15:07:00 +0000 (15:07 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 19 May 2016 15:07:00 +0000 (15:07 +0000)
commitd42e0e55e98f256f4eaefa8ea1d9c37c51732ee4
tree150161007cd96d56e8589bb742ecae5afd30b6d0
parent5ce9af0bcbe9debb4f69dec770cec805bfba5f2c
[driver] Do not pass target triple to the MultilibSet include dirs callback

No one callback uses target triple so we can escape passing the unused
argument.

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