-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Support cl.exe detection for Simplified-Chinese and other languages #2499
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
Conversation
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/c/codegen/CCompilerInvoker.java
Outdated
Show resolved
Hide resolved
peter-hofer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really annoying issue. Have you considered compiling a temporary C file that prints _MSC_VER or _MSC_FULL_VER, like some build configuration tools do? These macros give you an integer that is relatively easy to deal with: https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=vs-2019
|
See #2480 (comment) |
|
Hello, Thanks |
Branch : https://github.com/olpaw/graal/tree/paw/GR-23688-2480-take2 PR : oracle#2499 has not fixe issue for Germany and French languages. This fixe w'll be better for any language
|
@Ferhatos are you sure you are testing on latest master. shows me that I can detect |
|
@olpaw , As I said, I've not tested. It was a proposal after reading code. Sorry for that. So waiting for a snapshot or release so we can go into production with your fixe. Thanks. |
No description provided.