-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Compilation failed unexpectedly (Ubuntu 19.10) #106
Labels
Comments
Better to report this at https://bugs.llvm.org; and assign it to libc++ |
And you're using gcc 9.2.1, not clang. |
Doesn't libcxx support being built by gcc? |
Bigcheese
pushed a commit
to Bigcheese/llvm-project
that referenced
this issue
Feb 27, 2020
[stable/20190619] [darwin] Set 'darwin' feature to fix tests using UNSUPPORTED/REQUIRES
Old build problem on old release |
mjklemm
pushed a commit
to mjklemm/llvm-project
that referenced
this issue
Jul 3, 2024
…lvm#106) This patch takes declare target information on global variables into account when performing global variable filtering for the device. This prevents 'any' and 'nohost' globals from being removed. It fixes the failing lit test: flang/test/Lower/OpenMP/declare-target-data.f90.
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
…compress` (llvm#106) * [Clang][XTHeadVector] Implement 17.4-17.6 `vmv/vfmv/vslide/vrgather/vcompress` * [Clang][XTHeadVector] Test 17.4-17.6 `vmv/vfmv/vslide/vrgather/vcompress` * [Clang][XTHeadVector] Implement wrappers for 17.4-17.6 `vmv/vfmv/vslide/vrgather/vcompress` * [NFC] fix format
alexanderguy
pushed a commit
to alexanderguy/llvm-project
that referenced
this issue
Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I am getting the following error during compilation. I am using the LLVM 9.0.1 release from github.com
The text was updated successfully, but these errors were encountered: