clang-16: error: unsupported option '--sort-common' '--as-needed' #3458
Labels
Component - Build
CMake, Autotools
Priority - 3. Low 🔽
Code cleanup, small feature change requests, etc.
Milestone
Describe the bug
I am getting the following compilartion error during the compile process.
Expected behavior
I expect the source code to compile without an error. Here is the configuration that I have used
Platform (please complete the following information)
Additional context
I have tried to suppress the
--sort-common
and--as-needed
linking flags by specifiyingLDFLAGS = ""
, but it fails to compile with the following error.With AMD AOCC 4.0.0 it would compile without any flag issues.
The text was updated successfully, but these errors were encountered: