]> granicus.if.org Git - clang/commit
[CodeGen] split math and complex tests into separate files; NFCI
authorSanjay Patel <spatel@rotateright.com>
Tue, 7 Nov 2017 15:13:22 +0000 (15:13 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 7 Nov 2017 15:13:22 +0000 (15:13 +0000)
commitf31b02cad84b2a02a1c209e28bc076a674ca420e
tree60e6cb8d3140782e3fdbe7b661132166eddf04aa
parentb5390863dd9ba695affcb4680b92b4ef9fb98a3f
[CodeGen] split math and complex tests into separate files; NFCI

The files are already large, and we may need to add even more RUNs to
distinguish differences based on OS, environment, or other platform things.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317583 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/complex-builtins.c [new file with mode: 0644]
test/CodeGen/complex-libcalls.c [new file with mode: 0644]
test/CodeGen/math-builtins.c [moved from test/CodeGen/builtin-errno.c with 70% similarity]
test/CodeGen/math-libcalls.c [moved from test/CodeGen/libcalls-errno.c with 68% similarity]