You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LLVM] Pass correct target to LLVM_RUNTIMES_TARGET for runtimes
Summary:
When doing a multilib build, we pass `+feature` as the canonical runtime
name. Currently, this is being passed through to the
`LLVM_RUNTIMES_TARGET` which is supposed to imply the cross-compiling
target as a triple. The `+feature` will be present, making it invalid.
This patch separates the runtimes name from the target name.
0 commit comments