This patch adds support for defining the ABC location at runtime instead of at compil...
authorEthan Mahintorabi <ethanmoon@google.com>
Thu, 29 Oct 2020 01:59:59 +0000 (18:59 -0700)
committerEthan Mahintorabi <ethanmoon@google.com>
Thu, 29 Oct 2020 02:00:06 +0000 (19:00 -0700)
commit5c36e7757c4a65c7dc32509534501bda4fb5e35e
treec5a3cba20270482867c1322eec4d7835cbc6e013
parente2a39bb1e71b97d423a3c2233abce996376e25dd
This patch adds support for defining the ABC location at runtime instead of at compile time. This is helpful in build systems like bazel which do not have stable locations for binaries or directories during the compilation phase.

This change should be backwards compatible with the existing behavior.
passes/techmap/abc.cc