[all-commits] [llvm/llvm-project] 252947: [libc] NFC - Move the round redirector from its ow...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Mar 20 12:16:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 25294708f5ee8c0063c9ff20b862aa71cf0eeaad
https://github.com/llvm/llvm-project/commit/25294708f5ee8c0063c9ff20b862aa71cf0eeaad
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M libc/src/math/CMakeLists.txt
A libc/src/math/round.cpp
A libc/src/math/round.h
R libc/src/math/round/CMakeLists.txt
R libc/src/math/round/round.cpp
R libc/src/math/round/round.h
R libc/src/math/round/round_redirector.cpp
A libc/src/math/round_redirector.cpp
Log Message:
-----------
[libc] NFC - Move the round redirector from its own nested directory.
We have moved away from directories for entrypoints but this function
was not moved out.
Submitting as obvious.
More information about the All-commits
mailing list