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

[libc] Fix missing ; in spec.td. #71977

Merged
merged 1 commit into from
Nov 10, 2023
Merged

[libc] Fix missing ; in spec.td. #71977

merged 1 commit into from
Nov 10, 2023

Conversation

lntue
Copy link
Contributor

@lntue lntue commented Nov 10, 2023

No description provided.

@llvmbot
Copy link
Collaborator

llvmbot commented Nov 10, 2023

@llvm/pr-subscribers-libc

Author: None (lntue)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/71977.diff

1 Files Affected:

  • (modified) libc/spec/spec.td (+1-1)
diff --git a/libc/spec/spec.td b/libc/spec/spec.td
index 981507a05412a14..b0d5511a4f087ee 100644
--- a/libc/spec/spec.td
+++ b/libc/spec/spec.td
@@ -51,7 +51,7 @@ def LongDoubleType : NamedType<"long double">;
 def CharType : NamedType<"char">;
 
 // TODO: Add compatibility layer to use C23 type _Float128 if possible.
-def Float128Type : NamedType<"__float128">
+def Float128Type : NamedType<"__float128">;
 
 // Common types
 def VoidPtr : PtrType<VoidType>;

@lntue lntue merged commit de79314 into llvm:main Nov 10, 2023
4 checks passed
@lntue lntue deleted the spec branch November 10, 2023 20:22
zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants