Add include path to the cmakefiles and set the target_impl enums
from the llvm constants instead of copying the values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
No behaviour change here (the same numbers are set as before, and written to enums to ensure they're compile time constants), but not tagging it NFC as it introduces a dependency from deviceRTL to llvm which is not presently there.