[clang] [CodeGen][NFC] Move test builtin_signbit.cpp to CodeGen (PR #127814)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 07:48:46 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: DonĂ¡t Nagy (NagyDonat)
<details>
<summary>Changes</summary>
Because it is one of the three "misplaced" test files that appeared under `/clang/test/Analysis` but were unrelated to the clang static analyzer. For background see the following discourse thread: https://discourse.llvm.org/t/taking-ownership-of-clang-test-analysis/84689/2
I placed this file in `clang/test/CodeGen` because as far as I see it tests the code generated from `__builtin_signbit` (and there are many other `builtin_*` test files in that directory); but I'm not familiar with that area, so I'm not certain that it's the best place.
---
Full diff: https://github.com/llvm/llvm-project/pull/127814.diff
1 Files Affected:
- (renamed) clang/test/CodeGen/builtin_signbit.cpp ()
``````````diff
diff --git a/clang/test/Analysis/builtin_signbit.cpp b/clang/test/CodeGen/builtin_signbit.cpp
similarity index 100%
rename from clang/test/Analysis/builtin_signbit.cpp
rename to clang/test/CodeGen/builtin_signbit.cpp
``````````
</details>
https://github.com/llvm/llvm-project/pull/127814
More information about the cfe-commits
mailing list