compor / llvm-ir-cmake-utils

LLVM IR CMake utils for bitcode file manipulation by opt and friends
GNU Lesser General Public License v2.1
68 stars 14 forks source link

Using the standard optimization switches in compiler flags causes link error. #4

Closed compor closed 7 years ago

compor commented 7 years ago

Using the standard optimization switches (e.g. -O2) in compiler flags (e.g. CMAKE_CXX_FLAGS) causes link errors attributed to multiply defined symbol, probably due to inlining effects.

compor commented 7 years ago

resolved in version 1.0.2