Skip to content

Conversation

@krishna2803
Copy link
Contributor

Fixes a typo in riscv entrypoints that caused buildbot failures.

https://lab.llvm.org/buildbot/#/builders/196/builds/7352

@llvmbot llvmbot added the libc label Apr 27, 2025
@krishna2803
Copy link
Contributor Author

@mikhailramalho

@llvmbot
Copy link
Member

llvmbot commented Apr 27, 2025

@llvm/pr-subscribers-libc

Author: Krishna Pandey (krishna2803)

Changes

Fixes a typo in riscv entrypoints that caused buildbot failures.

https://lab.llvm.org/buildbot/#/builders/196/builds/7352


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

1 Files Affected:

  • (modified) libc/config/linux/riscv/entrypoints.txt (+1-1)
diff --git a/libc/config/linux/riscv/entrypoints.txt b/libc/config/linux/riscv/entrypoints.txt
index 09957995ba976..f2f895117e35a 100644
--- a/libc/config/linux/riscv/entrypoints.txt
+++ b/libc/config/linux/riscv/entrypoints.txt
@@ -779,7 +779,7 @@ if(LIBC_COMPILER_HAS_FIXED_POINT)
     libc.src.stdfix.idivr
     libc.src.stdfix.idivlr
     libc.src.stdfix.idivk
-    libc.src.stdfix.idivulk
+    libc.src.stdfix.idivlk
     libc.src.stdfix.idivur
     libc.src.stdfix.idivulr
     libc.src.stdfix.idivuk

@lntue lntue merged commit d8e8175 into llvm:main Apr 27, 2025
18 checks passed
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
Fixes a typo in riscv entrypoints that caused buildbot failures.

https://lab.llvm.org/buildbot/#/builders/196/builds/7352

Signed-off-by: krishna2803 <[email protected]>
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.

3 participants