diff options
| author | 2019-08-27 21:20:40 -0700 | |
|---|---|---|
| committer | 2019-08-27 21:20:40 -0700 | |
| commit | 98ab3117674fcab553a80817d35de156798eb151 (patch) | |
| tree | 8c1a5fd25c0d571288c67ee443ce26c1533a6764 /rust/compiler_test.go | |
| parent | 13f873cefce90e0ee188b83c9005fcbec367378b (diff) | |
Save deps when asflags contains -xassembler-with-cpp
Usually, ".S" files are processes with the c preprocessor, and ".s"
files are not, so they don't have any dependency information, since it
is generated by the preprocessor.
But with the -xassembler-with-cpp flag, ".s" files are processed with
the preprocessor, so we should ask for dependency information from them.
Test: NINJA_ARGS="-t deps out/soong/.intermediates/external/sonivox/arm-wt-22k/libsonivox/android_arm_armv7-a-neon_core_static/obj/external/sonivox/arm-wt-22k/lib_src/ARM-E_filter_gnu.o" m
Test: treehugger
Change-Id: Iee7baeebc2b205b5a2f33e7c1705ea4a5b4fc95a
Diffstat (limited to 'rust/compiler_test.go')
0 files changed, 0 insertions, 0 deletions