Closed bnbarham closed 1 month ago
@swift-ci please test
Nice, I didn't think of that. If this actually resolves the issue, LGTM!
Nice, I didn't think of that. If this actually resolves the issue, LGTM!
Did locally, but we'll see :)
@swift-ci build toolchain Ubuntu 22.04
@swift-ci build toolchain Ubuntu 22.04
I think we should audit the rest of embedded targets and pass this flag for those targets too.
The only other is concurrency and apparently that's not actually at the point of building right now anyway.
stdint.h
should be picked up fromclang/lib/Headers
, but is instead being picked up by the system libc++. There's no C++ stdlib being used here, so just exclude it.Resolves rdar://134584685.