Skip to content
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

Invalid LLVM-IR: non-valid global-name #50

Open
myCrack opened this issue Aug 20, 2020 · 0 comments
Open

Invalid LLVM-IR: non-valid global-name #50

myCrack opened this issue Aug 20, 2020 · 0 comments

Comments

@myCrack
Copy link
Contributor

myCrack commented Aug 20, 2020

# test.mpl

a': 42;
> mplc -version && mplc test.mpl && clang mpl.ll
MPL compiler version 200819 debug
mpl.ll:5:8: error: expected '=' in global variable
@test.a'.0 = alias i32, i32* @global.85
       ^
1 error generated.

See https://llvm.org/docs/LangRef.html#identifiers.

@myCrack myCrack changed the title Invalid global-name mangling Invalid LLVM-IR: non-valid global-name May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant