summaryrefslogtreecommitdiff
path: root/python/tests/testpkg/pycmd_test.py
diff options
context:
space:
mode:
authorKousik Kumar <kousikk@google.com>2020-02-17 00:26:55 -0800
committerKousik Kumar <kousikk@google.com>2020-02-18 08:00:17 -0800
commit2976bfd568bd117c99575cc322e6a535ed9bbb07 (patch)
tree387970a5c62041cc2844c813d0d761e927279329 /python/tests/testpkg/pycmd_test.py
parent954b29728db00a55c9ec366ef8c7a2fdd0329583 (diff)
Do not add ccWrapper to ccNoDeps rule
The "ccNoDeps" rule was introduced to separate out ".s" compilations from other ".S" and ".c*" compilations. The ".s" compilation does not produce a dependency file and does not support running a preprocessor through it. However, it does have ".include" directives, that do NOT take a macro, but still does the equivalent of a "#include". The compilation of ".s" assembly files also do NOT produce a dependency file. Because they don't produce a dependency file AND because RBE's input processor does not yet support finding dependencies for these files, I'm making this change to not prepend rewrapper for these commands. Test: Tested by running a build with this change and ensuring the ".s" compilations aren't being sent to rewrapper. Change-Id: I60bb14ff92596e4992e9f675bdc199f1440d4327
Diffstat (limited to 'python/tests/testpkg/pycmd_test.py')
0 files changed, 0 insertions, 0 deletions