c++: Add empty module.cc
authorNathan Sidwell <nathan@acm.org>
Mon, 23 Nov 2020 15:27:21 +0000 (07:27 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 23 Nov 2020 15:37:41 +0000 (07:37 -0800)
commitff1c10c1c5a617f99ea737185aed2c52277c0cab
treed9ad8c546285a0deddc36a5e3b0d9e8c8e5c13d6
parent77ee207e17d02e4aec502c6aedd9b0ba36a08de3
c++: Add empty module.cc

This adds an empty module.cc file, along with make rules to build it.

gcc/cp/
* module.cc: New dummy file.
* Make-lang.in: Add rules to build module.o
gcc/cp/Make-lang.in
gcc/cp/module.cc [new file with mode: 0644]