This PR is tightly coupled to https://reviews.llvm.org/D36908 and https://reviews.llvm.org/D36909.
Per Kostya's request removes CMake and tests, and temporarily leaves the sources and README.txt in the old location.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CMakeLists.txt | ||
---|---|---|
23 | Probably you should revert this one |
Comment Actions
@vitalybuka it wouldn't work without the CMake machinery. If I re-add CMake machinery, it would break the new code in compiler-rt, as we would have colliding target names.
Probably you should revert this one