Fix inlining demo after Fuchsia toolchain updates#252
Fix inlining demo after Fuchsia toolchain updates#252boomanaiden154 wants to merge 1 commit intogoogle:mainfrom
Conversation
Fuchsia recently updated their toolchain to include llvm-debuginfod which needs an additional dependency, cpp-httplib in order to build LLVM properly. This patch adds instructions on how to build this dependency so that the demo still works.
|
Waiting on yhirose/cpp-httplib#1580. As far as I can tell since |
|
@mtrofin @petrhosek Do one of you mind giving this a review? The mentioned prerequisite patch has landed now. |
|
Nevermind. Looks like this might still need some more work. Currently failing on building the |
|
We're currently in an interim state where we're bringing up Fuchsia on RISC-V but don't yet include RISC-V sysroot in our SDK because it's not ready yet. To workaround this, we have a script that can generate an artificial SDK stubs for RISC-V which is needed here. To use it, you'll need need the following invocation on line 105: |
|
|
||
| ### LLVM Dependencies | ||
|
|
||
| The LLVM toolchain that Fuchsia uses has a couple additionaly dependencies, |
There was a problem hiding this comment.
| The LLVM toolchain that Fuchsia uses has a couple additionaly dependencies, | |
| The LLVM toolchain that Fuchsia uses has a couple of additional dependencies, |
Fuchsia recently updated their toolchain to include llvm-debuginfod which needs an additional dependency, cpp-httplib in order to build LLVM properly. This patch adds instructions on how to build this dependency so that the demo still works.