LLVM ERROR: Associative COMDAT symbol 'std.time.Duration.to_nano' is not a key for its COMDAT. #1702
Unanswered
LukyGuyLucky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Below execise is modified from https://github.com/c3lang/c3c/blob/master/test/unit/stdlib/threads/mutex.c3,it compiles and runs fine when using below commandline:
c3c compile-run mutex01.c3
but when I tried it with
c3c compile -Oz mutex01.c3
the compiler says:
So was I missing something?
Beta Was this translation helpful? Give feedback.
All reactions