Skip to content

Commit

Permalink
Re-add generated arm_neon.h header, which was accidentally dropped while
Browse files Browse the repository at this point in the history
refactoring lib/clang/headers/Makefile in r363984.
  • Loading branch information
DimitryAndric committed Aug 7, 2020
1 parent 2088533 commit 9a282b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/clang/headers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ PPC+= ppc_wrappers/smmintrin.h
PPC+= ppc_wrappers/tmmintrin.h
PPC+= ppc_wrappers/xmmintrin.h

.for hdr in bf16/bf16 cde/cde-header fp16/fp16 mve/mve-header sve/sve-header
.for hdr in bf16/bf16 cde/cde-header fp16/fp16 mve/mve-header neon/neon \
sve/sve-header
arm_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td
${CLANG_TBLGEN} -gen-arm-${hdr:T} \
-I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \
Expand Down

0 comments on commit 9a282b3

Please sign in to comment.