Have the driver pass CPU and target feature information to cc1as.
When creating the MCSubtargetInfo, the assembler driver uses the CPU and feature string to construct a more accurate model of what instructions are and are not legal. rdar://10840476 llvm-svn: 150273
Showing
- clang/include/clang/Driver/CC1AsOptions.td 4 additions, 0 deletionsclang/include/clang/Driver/CC1AsOptions.td
- clang/lib/Driver/Tools.cpp 61 additions, 0 deletionsclang/lib/Driver/Tools.cpp
- clang/lib/Driver/Tools.h 1 addition, 0 deletionsclang/lib/Driver/Tools.h
- clang/test/lit.cfg 1 addition, 1 deletionclang/test/lit.cfg
- clang/tools/driver/cc1as_main.cpp 25 additions, 4 deletionsclang/tools/driver/cc1as_main.cpp
Loading
Please register or sign in to comment