Triple.h has moved from ADT to TargetParser
Opened this issue · 1 comments
kper commented
Hey,
I am reading this book and noticed that the Triple.h
, which is referenced here (https://jonathan2251.github.io/lbd/llvmstructure.html#cpu0-backend-machine-id-and-relocation-records), is not correct anymore. It was moved to TargetParser
.
Old folder: https://github.com/llvm/llvm-project/tree/main/llvm/include/llvm/ADT
New: https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/TargetParser/Triple.h#L44
kper commented
The same applies for lbdex/llvm/modify/llvm/lib/Support/Triple.cpp
which has also moved to TargetParser
.