Closed
Description
Describe the bug
Compilation of DPC++ itself fails in the post-commit pipeline.
The error message is:
AMDGPULibCalls.cpp:(.text._ZN4llvm14AMDGPULibCalls22evaluateScalarMathFuncERKNS_13AMDGPULibFuncERdS4_PNS_8ConstantES6_+0x31e): undefined reference to `__exp10'
To reproduce
For example, see post-commit pipeline here: https://github.com/intel/llvm/actions/runs/8506162269/job/23295912063
Environment
Post-commit pipeline on Linux
Additional context
No response