Fix for https://bugs.llvm.org/show_bug.cgi?id=26054
There was code which purported to work around a bug in cmake version
2. This involved creating a dummy.cpp file which had dependencies on
the '.vers' script.
Now that cmake version 3.13.4 is the minimum version of cmake this
work-around is removed and a straight forward dependency on the PHONY
target clang_rt.asan-dynamic-${arch}-version-list is introduced.
This appears to work with both GNUmake and ninja as targets.Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo