These interfaces are only compiled when the platform supports 128-bit
ints. Use a CRT_HAS_128BIT guard similar to the one used in the
compiler_rt sources.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 56558 Build 53446: arc lint + arc unit
Event Timeline
Comment Actions
Hm, are these files automagically pulled through a preprocessor? I wasn't aware of that... but yeah, then it is probably a good idea.
Comment Actions
Somewhat confusingly we have two mechanisms. We have SYMBOL_MAPS where they are preprocessed and then combined with Versions.def to create a version map which a few libraries like libcxxrt use directly. The latter format uses # comments so can't be preprocessed.