We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Android NDK turned on this flag a couple years ago, so I had to disable it when I started cross-compiling llbuild on my Android CI, because of build errors like this:
lib/llvm/Support/Unix/Process.inc:218:21: error: no matching function for call to 'RetryAfterSignal' if ((NullFD = RetryAfterSignal(-1, ::open, "/dev/null", O_RDWR)) < 0) ^~~~~~~~~~~~~~~~ include/llvm/Support/Errno.h:34:13: note: candidate template ignored: couldn't infer template argument 'Fun' inline auto RetryAfterSignal(const FailT &Fail, const Fun &F, ^ 1 error generated.
I'm not sure if these fortify checks are specific to the Android NDK or would be applied on other platforms too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Android NDK turned on this flag a couple years ago, so I had to disable it when I started cross-compiling llbuild on my Android CI, because of build errors like this:
I'm not sure if these fortify checks are specific to the Android NDK or would be applied on other platforms too.
The text was updated successfully, but these errors were encountered: