mathis-s / CoreDSL2LLVM

Compiler for generating LLVM ISel Patterns from high-level instruction behavior descriptions
Other
2 stars 1 forks source link

Do not hardcode name and path of build dir in PatternGen tool #8

Closed PhilippvK closed 7 months ago

PhilippvK commented 7 months ago

This code does not work for custom locations/names for build dir:

https://github.com/mathis-s/CoreDSL2LLVM/blob/724c39de170d7237373b45d900e66ea52ad86c02/llvm/tools/pattern-gen/CMakeLists.txt#L26

I guess we can just use CMAKE_BINARY_DIR instead...

PhilippvK commented 7 months ago

Fixed in #11