diff options
author | imunkin <[email protected]> | 2024-11-08 10:00:23 +0300 |
---|---|---|
committer | imunkin <[email protected]> | 2024-11-08 10:12:13 +0300 |
commit | a784a2f943d6e15caa6241e2e96d80aac6dbf375 (patch) | |
tree | 05f1e5366c916b988a8afb75bdab8ddeee0f6e6d /yql/essentials/udfs/common/math/math_ir.cpp | |
parent | d70137a7b530ccaa52834274913bbb5a3d1ca06e (diff) |
Move yql/udfs/common/ to /yql/essentials YQL-19206
Except the following directories:
* clickhouse/client
* datetime
* knn
* roaring
commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f
Diffstat (limited to 'yql/essentials/udfs/common/math/math_ir.cpp')
-rw-r--r-- | yql/essentials/udfs/common/math/math_ir.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yql/essentials/udfs/common/math/math_ir.cpp b/yql/essentials/udfs/common/math/math_ir.cpp new file mode 100644 index 00000000000..a63968dbe00 --- /dev/null +++ b/yql/essentials/udfs/common/math/math_ir.cpp @@ -0,0 +1,5 @@ +#define LLVM_BC + +#include "math_ir.h" + +#include <util/generic/ymath.cpp> |