-
Notifications
You must be signed in to change notification settings - Fork 15k
[clang][LIT] Add LIT "features" for build configs with ICU or iconv #159245
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
base: main
Are you sure you want to change the base?
[clang][LIT] Add LIT "features" for build configs with ICU or iconv #159245
Conversation
... in preparation for `-finput-charset` and `-fexec-charset` tests that rely on the availability of one or the other; however, this does not address the problem of varying `iconv` support of (and names for) character encodings. Co-authored-by: Abhina Sreeskantharajan <[email protected]>
|
@llvm/pr-subscribers-clang Author: Hubert Tong (hubert-reinterpretcast) Changes... in preparation for Full diff: https://github.com/llvm/llvm-project/pull/159245.diff 4 Files Affected:
|
|
@llvm/pr-subscribers-testing-tools Author: Hubert Tong (hubert-reinterpretcast) Changes... in preparation for Full diff: https://github.com/llvm/llvm-project/pull/159245.diff 4 Files Affected:
|
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.
LGTM
... in preparation for
-finput-charsetand-fexec-charsettests that rely on the availability of one or the other; however, this does not address the problem of varyingiconvsupport of (and names for) character encodings.