-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
C backend should use __attribute__((nonstring)) when applicable #24545
Copy link
Copy link
Closed
Labels
backend-cThe C backend (CBE) outputs C source code.The C backend (CBE) outputs C source code.contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Metadata
Metadata
Assignees
Labels
backend-cThe C backend (CBE) outputs C source code.The C backend (CBE) outputs C source code.contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Type
Fields
Give feedbackNo fields configured for issues without a type.
llvm/llvm-project#137829
We should use
__attribute__((nonstring))onu8arrays that don't have a zero sentinel.