-
- Downloads
Implement a -gcc-toolchain command line option that does the same as
configure's --with-gcc-toolchain. The configure option is now just a default value for the command line one. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150898 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Driver/Options.td 2 additions, 0 deletionsinclude/clang/Driver/Options.td
- lib/Driver/Driver.cpp 10 additions, 10 deletionslib/Driver/Driver.cpp
- lib/Driver/ToolChains.cpp 35 additions, 24 deletionslib/Driver/ToolChains.cpp
- lib/Driver/ToolChains.h 15 additions, 14 deletionslib/Driver/ToolChains.h
- test/Driver/gcc-toolchain.cpp 27 additions, 0 deletionstest/Driver/gcc-toolchain.cpp
Loading
Please register or sign in to comment