-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[wasm][build] Enable building compiler-rt/lib/profile #77020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm][build] Enable building compiler-rt/lib/profile #77020
Conversation
swiftlang/llvm-project#9418 @swift-ci test WebAssembly |
swiftlang/llvm-project#9418 @swift-ci build toolchain |
swiftlang/llvm-project#9418 @swift-ci build toolchain |
swiftlang/llvm-project#9418 @swift-ci test WebAssembly |
This patch enables building `compiler-rt/lib/profile` for WebAssembly targets. This is necessary to support `-fprofile-instr-generate` for WebAssembly targets.
6e7f8c3
to
375fc59
Compare
swiftlang/llvm-project#9418 @swift-ci test WebAssembly |
swiftlang/llvm-project#9418 @swift-ci build toolchain |
@swift-ci smoke test |
@swift-ci test WebAssembly |
@swift-ci smoke test Windows |
@swift-ci test Windows |
This patch enables building
compiler-rt/lib/profile
for WebAssembly targets. This is necessary to support-fprofile-instr-generate
for WebAssembly targets.