Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. Just wondering, is there a different target that is going to use this? Also was wondering if you knew about the mcount value?
lib/Basic/Targets/OSTargets.h | ||
---|---|---|
516 ↗ | (On Diff #108981) | Do we know why the MCountNames are commented out/not set? |
Comment Actions
Thanks for the quick review. We have a Sparc-based target that uses RTEMS but currently does not require specialization of that class.
lib/Basic/Targets/OSTargets.h | ||
---|---|---|
516 ↗ | (On Diff #108981) | I don't know. FWIW, I traced that back to the initial commit of RTEMSTargetInfo in dca52265 by Douglas Gregor. |