summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-15 14:33:54 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-15 15:06:35 +0200
commitd34610d0c5c0b320a6e485c650a278db40d0071e (patch)
treeddec20ccb219372b8c95e0d363361e68568c5b77 /CMakeLists.txt
parent89e96734e0f155ba8258411df1dbf38e5c0ff809 (diff)
downloadcolm-d34610d0c5c0b320a6e485c650a278db40d0071e.tar.gz
loadcolm cannot be shared by bootstrap0 and colm
Attempting to do so results in the following circular dependency: loadcolm.cc -> if3.h -> boostrap2 -> loadcolm.cc Fix this by using the source file loadfinal.cc, which is not is not compiled directly, but rather included in sources. It is used for both bootstrap2 and colm, but these programs each use separate gen/if[23].h headers, so this file is included by distinct source files that each bring in the appropriate dependency, then include this file.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions