Revert r305164/5/7.
cc1as does not currently access the "--" version of this flag. At the very least this needs to be fixed and proper test cases need to be added. Simple reproducer: clang -Wa,--compress-debug-sections /tmp/test.cc Result: error: unknown argument: '--compress-debug-sections' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305182 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Driver/CC1Options.td 3 additions, 4 deletionsinclude/clang/Driver/CC1Options.td
- include/clang/Driver/Options.td 0 additions, 4 deletionsinclude/clang/Driver/Options.td
- lib/Driver/ToolChains/Clang.cpp 15 additions, 40 deletionslib/Driver/ToolChains/Clang.cpp
- lib/Driver/ToolChains/Gnu.cpp 0 additions, 19 deletionslib/Driver/ToolChains/Gnu.cpp
- lib/Frontend/CompilerInvocation.cpp 3 additions, 16 deletionslib/Frontend/CompilerInvocation.cpp
- test/Driver/compress-noias.c 0 additions, 37 deletionstest/Driver/compress-noias.c
- test/Driver/compress.c 5 additions, 33 deletionstest/Driver/compress.c
- test/Driver/nozlibcompress.c 4 additions, 5 deletionstest/Driver/nozlibcompress.c
- tools/driver/cc1as_main.cpp 3 additions, 16 deletionstools/driver/cc1as_main.cpp
Loading
Please register or sign in to comment