-
Notifications
You must be signed in to change notification settings - Fork 47
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
[runtime-library] CMake build of runtime-library failed #93
Comments
I changed the code into the very plain C style like the following,
Then everything went alright.
And I got Looks like we wrote "string view.h" as a C++ header file, but including it in "test api.c" makes the compiler think it is a C file. |
This was referenced Jan 16, 2023
jpienaar
pushed a commit
to iree-org/iree
that referenced
this issue
May 1, 2023
This pleases Clang when cross compiling towards iOS (simulator). Fixes #11865 Fixes iree-org/iree-experimental#93 Thanks to @wangkuiyi for discovering the issue and fix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ignored this CMake configuration warning, I kept moving on building runtime-library with the command
cmake --build build
, which printed the following error:The text was updated successfully, but these errors were encountered: